Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access AlertingConditionAccess) gotenresource.Access
- type AlertingCondition
- func (o *AlertingCondition) Clone() *AlertingCondition
- func (o *AlertingCondition) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition) Descriptor() ([]byte, []int)
- func (r *AlertingCondition) EnsureMetadata() *meta.Meta
- func (m *AlertingCondition) GetDescription() string
- func (m *AlertingCondition) GetDisplayName() string
- func (m *AlertingCondition) GetMetadata() *meta.Meta
- func (m *AlertingCondition) GetName() *Name
- func (r *AlertingCondition) GetRawName() gotenresource.Name
- func (r *AlertingCondition) GetResourceDescriptor() gotenresource.Descriptor
- func (m *AlertingCondition) GetSpec() *AlertingCondition_Spec
- func (m *AlertingCondition) GetState() *AlertingCondition_State
- func (*AlertingCondition) GotenMessage()
- func (o *AlertingCondition) GotenObjectExt()
- func (obj *AlertingCondition) GotenValidate() error
- func (o *AlertingCondition) MakeDiffFieldMask(other *AlertingCondition) *AlertingCondition_FieldMask
- func (o *AlertingCondition) MakeFullFieldMask() *AlertingCondition_FieldMask
- func (o *AlertingCondition) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition) Marshal() ([]byte, error)
- func (m *AlertingCondition) MarshalJSON() ([]byte, error)
- func (r *AlertingCondition) MaybePopulateDefaults() error
- func (o *AlertingCondition) Merge(source *AlertingCondition)
- func (o *AlertingCondition) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition) ProtoMessage()
- func (m *AlertingCondition) ProtoReflect() preflect.Message
- func (m *AlertingCondition) Reset()
- func (m *AlertingCondition) SetDescription(fv string)
- func (m *AlertingCondition) SetDisplayName(fv string)
- func (m *AlertingCondition) SetMetadata(fv *meta.Meta)
- func (m *AlertingCondition) SetName(fv *Name)
- func (m *AlertingCondition) SetSpec(fv *AlertingCondition_Spec)
- func (m *AlertingCondition) SetState(fv *AlertingCondition_State)
- func (m *AlertingCondition) String() string
- func (m *AlertingCondition) Unmarshal(b []byte) error
- func (m *AlertingCondition) UnmarshalJSON(data []byte) error
- type AlertingConditionAccess
- type AlertingConditionChange
- func (*AlertingConditionChange) Descriptor() ([]byte, []int)
- func (m *AlertingConditionChange) GetAdded() *AlertingConditionChange_Added
- func (c *AlertingConditionChange) GetAlertingCondition() *AlertingCondition
- func (c *AlertingConditionChange) GetAlertingConditionName() *Name
- func (m *AlertingConditionChange) GetChangeType() isAlertingConditionChange_ChangeType
- func (m *AlertingConditionChange) GetCurrent() *AlertingConditionChange_Current
- func (c *AlertingConditionChange) GetCurrentViewIndex() int32
- func (m *AlertingConditionChange) GetModified() *AlertingConditionChange_Modified
- func (c *AlertingConditionChange) GetPreviousViewIndex() int32
- func (c *AlertingConditionChange) GetRawName() gotenresource.Name
- func (c *AlertingConditionChange) GetRawResource() gotenresource.Resource
- func (m *AlertingConditionChange) GetRemoved() *AlertingConditionChange_Removed
- func (*AlertingConditionChange) GotenMessage()
- func (obj *AlertingConditionChange) GotenValidate() error
- func (c *AlertingConditionChange) IsAdd() bool
- func (c *AlertingConditionChange) IsCurrent() bool
- func (c *AlertingConditionChange) IsDelete() bool
- func (c *AlertingConditionChange) IsModify() bool
- func (m *AlertingConditionChange) Marshal() ([]byte, error)
- func (m *AlertingConditionChange) MarshalJSON() ([]byte, error)
- func (*AlertingConditionChange) ProtoMessage()
- func (m *AlertingConditionChange) ProtoReflect() preflect.Message
- func (m *AlertingConditionChange) Reset()
- func (m *AlertingConditionChange) SetAdded(fv *AlertingConditionChange_Added)
- func (c *AlertingConditionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *AlertingConditionChange) SetChangeType(ofv isAlertingConditionChange_ChangeType)
- func (m *AlertingConditionChange) SetCurrent(fv *AlertingConditionChange_Current)
- func (c *AlertingConditionChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *AlertingConditionChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *AlertingConditionChange) SetModified(fv *AlertingConditionChange_Modified)
- func (c *AlertingConditionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *AlertingConditionChange) SetRemoved(fv *AlertingConditionChange_Removed)
- func (m *AlertingConditionChange) String() string
- func (m *AlertingConditionChange) Unmarshal(b []byte) error
- func (m *AlertingConditionChange) UnmarshalJSON(data []byte) error
- type AlertingConditionChangeList
- func (l AlertingConditionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l AlertingConditionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l AlertingConditionChangeList) At(idx int) gotenresource.ResourceChange
- func (l AlertingConditionChangeList) Length() int
- func (l AlertingConditionChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l AlertingConditionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type AlertingConditionChangeMap
- func (m AlertingConditionChangeMap) Delete(name gotenresource.Name)
- func (m AlertingConditionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m AlertingConditionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m AlertingConditionChangeMap) Length() int
- func (m AlertingConditionChangeMap) Set(change gotenresource.ResourceChange)
- type AlertingConditionChange_Added
- func (*AlertingConditionChange_Added) Descriptor() ([]byte, []int)
- func (m *AlertingConditionChange_Added) GetAlertingCondition() *AlertingCondition
- func (m *AlertingConditionChange_Added) GetViewIndex() int32
- func (*AlertingConditionChange_Added) GotenMessage()
- func (obj *AlertingConditionChange_Added) GotenValidate() error
- func (m *AlertingConditionChange_Added) Marshal() ([]byte, error)
- func (m *AlertingConditionChange_Added) MarshalJSON() ([]byte, error)
- func (*AlertingConditionChange_Added) ProtoMessage()
- func (m *AlertingConditionChange_Added) ProtoReflect() preflect.Message
- func (m *AlertingConditionChange_Added) Reset()
- func (m *AlertingConditionChange_Added) SetAlertingCondition(fv *AlertingCondition)
- func (m *AlertingConditionChange_Added) SetViewIndex(fv int32)
- func (m *AlertingConditionChange_Added) String() string
- func (m *AlertingConditionChange_Added) Unmarshal(b []byte) error
- func (m *AlertingConditionChange_Added) UnmarshalJSON(data []byte) error
- type AlertingConditionChange_Added_
- type AlertingConditionChange_Current
- func (*AlertingConditionChange_Current) Descriptor() ([]byte, []int)
- func (m *AlertingConditionChange_Current) GetAlertingCondition() *AlertingCondition
- func (*AlertingConditionChange_Current) GotenMessage()
- func (obj *AlertingConditionChange_Current) GotenValidate() error
- func (m *AlertingConditionChange_Current) Marshal() ([]byte, error)
- func (m *AlertingConditionChange_Current) MarshalJSON() ([]byte, error)
- func (*AlertingConditionChange_Current) ProtoMessage()
- func (m *AlertingConditionChange_Current) ProtoReflect() preflect.Message
- func (m *AlertingConditionChange_Current) Reset()
- func (m *AlertingConditionChange_Current) SetAlertingCondition(fv *AlertingCondition)
- func (m *AlertingConditionChange_Current) String() string
- func (m *AlertingConditionChange_Current) Unmarshal(b []byte) error
- func (m *AlertingConditionChange_Current) UnmarshalJSON(data []byte) error
- type AlertingConditionChange_Current_
- type AlertingConditionChange_Modified
- func (*AlertingConditionChange_Modified) Descriptor() ([]byte, []int)
- func (m *AlertingConditionChange_Modified) GetAlertingCondition() *AlertingCondition
- func (m *AlertingConditionChange_Modified) GetFieldMask() *AlertingCondition_FieldMask
- func (m *AlertingConditionChange_Modified) GetName() *Name
- func (m *AlertingConditionChange_Modified) GetPreviousViewIndex() int32
- func (m *AlertingConditionChange_Modified) GetViewIndex() int32
- func (*AlertingConditionChange_Modified) GotenMessage()
- func (obj *AlertingConditionChange_Modified) GotenValidate() error
- func (m *AlertingConditionChange_Modified) Marshal() ([]byte, error)
- func (m *AlertingConditionChange_Modified) MarshalJSON() ([]byte, error)
- func (*AlertingConditionChange_Modified) ProtoMessage()
- func (m *AlertingConditionChange_Modified) ProtoReflect() preflect.Message
- func (m *AlertingConditionChange_Modified) Reset()
- func (m *AlertingConditionChange_Modified) SetAlertingCondition(fv *AlertingCondition)
- func (m *AlertingConditionChange_Modified) SetFieldMask(fv *AlertingCondition_FieldMask)
- func (m *AlertingConditionChange_Modified) SetName(fv *Name)
- func (m *AlertingConditionChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *AlertingConditionChange_Modified) SetViewIndex(fv int32)
- func (m *AlertingConditionChange_Modified) String() string
- func (m *AlertingConditionChange_Modified) Unmarshal(b []byte) error
- func (m *AlertingConditionChange_Modified) UnmarshalJSON(data []byte) error
- type AlertingConditionChange_Modified_
- type AlertingConditionChange_Removed
- func (*AlertingConditionChange_Removed) Descriptor() ([]byte, []int)
- func (m *AlertingConditionChange_Removed) GetName() *Name
- func (m *AlertingConditionChange_Removed) GetViewIndex() int32
- func (*AlertingConditionChange_Removed) GotenMessage()
- func (obj *AlertingConditionChange_Removed) GotenValidate() error
- func (m *AlertingConditionChange_Removed) Marshal() ([]byte, error)
- func (m *AlertingConditionChange_Removed) MarshalJSON() ([]byte, error)
- func (*AlertingConditionChange_Removed) ProtoMessage()
- func (m *AlertingConditionChange_Removed) ProtoReflect() preflect.Message
- func (m *AlertingConditionChange_Removed) Reset()
- func (m *AlertingConditionChange_Removed) SetName(fv *Name)
- func (m *AlertingConditionChange_Removed) SetViewIndex(fv int32)
- func (m *AlertingConditionChange_Removed) String() string
- func (m *AlertingConditionChange_Removed) Unmarshal(b []byte) error
- func (m *AlertingConditionChange_Removed) UnmarshalJSON(data []byte) error
- type AlertingConditionChange_Removed_
- type AlertingConditionFieldPathBuilder
- func (AlertingConditionFieldPathBuilder) Description() AlertingConditionPathSelectorDescription
- func (AlertingConditionFieldPathBuilder) DisplayName() AlertingConditionPathSelectorDisplayName
- func (AlertingConditionFieldPathBuilder) Metadata() AlertingConditionPathSelectorMetadata
- func (AlertingConditionFieldPathBuilder) Name() AlertingConditionPathSelectorName
- func (AlertingConditionFieldPathBuilder) Spec() AlertingConditionPathSelectorSpec
- func (AlertingConditionFieldPathBuilder) State() AlertingConditionPathSelectorState
- type AlertingConditionList
- func (l AlertingConditionList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l AlertingConditionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l AlertingConditionList) At(idx int) gotenresource.Resource
- func (l AlertingConditionList) Length() int
- func (l AlertingConditionList) Set(idx int, res gotenresource.Resource)
- func (l AlertingConditionList) Slice(first, second int) gotenresource.ResourceList
- type AlertingConditionMap
- func (m AlertingConditionMap) Delete(name gotenresource.Name)
- func (m AlertingConditionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m AlertingConditionMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m AlertingConditionMap) Length() int
- func (m AlertingConditionMap) Set(res gotenresource.Resource)
- type AlertingConditionMapPathSelectorMetadataAnnotations
- func (s AlertingConditionMapPathSelectorMetadataAnnotations) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionMapPathSelectorMetadataAnnotations) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionMapPathSelectorMetadataLabels
- func (s AlertingConditionMapPathSelectorMetadataLabels) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionMapPathSelectorMetadataLabels) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionMapPathSelectorMetadataShards
- func (s AlertingConditionMapPathSelectorMetadataShards) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionMapPathSelectorMetadataShards) WithValue(value int64) *AlertingCondition_FieldSubPathValue
- type AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithValue(value *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathValue
- type AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithValue(value *common.Strings) *AlertingCondition_FieldSubPathValue
- type AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithValue(value *common.Strings) *AlertingCondition_FieldSubPathValue
- type AlertingConditionNameList
- func (l AlertingConditionNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l AlertingConditionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l AlertingConditionNameList) At(idx int) gotenresource.Name
- func (l AlertingConditionNameList) Length() int
- func (l AlertingConditionNameList) Set(idx int, name gotenresource.Name)
- func (l AlertingConditionNameList) Slice(first, second int) gotenresource.NameList
- type AlertingConditionParentNameList
- func (l AlertingConditionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l AlertingConditionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l AlertingConditionParentNameList) At(idx int) gotenresource.Name
- func (l AlertingConditionParentNameList) Length() int
- func (l AlertingConditionParentNameList) Set(idx int, name gotenresource.Name)
- func (l AlertingConditionParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type AlertingConditionParentReferenceList
- func (l AlertingConditionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l AlertingConditionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l AlertingConditionParentReferenceList) At(idx int) gotenresource.Reference
- func (l AlertingConditionParentReferenceList) Length() int
- func (l AlertingConditionParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l AlertingConditionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type AlertingConditionPathSelectorDescription
- func (AlertingConditionPathSelectorDescription) FieldPath() *AlertingCondition_FieldTerminalPath
- func (s AlertingConditionPathSelectorDescription) WithArrayOfValues(values []string) *AlertingCondition_FieldTerminalPathArrayOfValues
- func (s AlertingConditionPathSelectorDescription) WithValue(value string) *AlertingCondition_FieldTerminalPathValue
- type AlertingConditionPathSelectorDisplayName
- func (AlertingConditionPathSelectorDisplayName) FieldPath() *AlertingCondition_FieldTerminalPath
- func (s AlertingConditionPathSelectorDisplayName) WithArrayOfValues(values []string) *AlertingCondition_FieldTerminalPathArrayOfValues
- func (s AlertingConditionPathSelectorDisplayName) WithValue(value string) *AlertingCondition_FieldTerminalPathValue
- type AlertingConditionPathSelectorMetadata
- func (AlertingConditionPathSelectorMetadata) Annotations() AlertingConditionPathSelectorMetadataAnnotations
- func (AlertingConditionPathSelectorMetadata) CreateTime() AlertingConditionPathSelectorMetadataCreateTime
- func (AlertingConditionPathSelectorMetadata) DeleteTime() AlertingConditionPathSelectorMetadataDeleteTime
- func (AlertingConditionPathSelectorMetadata) FieldPath() *AlertingCondition_FieldTerminalPath
- func (AlertingConditionPathSelectorMetadata) Generation() AlertingConditionPathSelectorMetadataGeneration
- func (AlertingConditionPathSelectorMetadata) Labels() AlertingConditionPathSelectorMetadataLabels
- func (AlertingConditionPathSelectorMetadata) Lifecycle() AlertingConditionPathSelectorMetadataLifecycle
- func (AlertingConditionPathSelectorMetadata) OwnerReferences() AlertingConditionPathSelectorMetadataOwnerReferences
- func (AlertingConditionPathSelectorMetadata) ResourceVersion() AlertingConditionPathSelectorMetadataResourceVersion
- func (AlertingConditionPathSelectorMetadata) Services() AlertingConditionPathSelectorMetadataServices
- func (AlertingConditionPathSelectorMetadata) Shards() AlertingConditionPathSelectorMetadataShards
- func (AlertingConditionPathSelectorMetadata) Syncing() AlertingConditionPathSelectorMetadataSyncing
- func (AlertingConditionPathSelectorMetadata) Tags() AlertingConditionPathSelectorMetadataTags
- func (AlertingConditionPathSelectorMetadata) UpdateTime() AlertingConditionPathSelectorMetadataUpdateTime
- func (AlertingConditionPathSelectorMetadata) Uuid() AlertingConditionPathSelectorMetadataUuid
- func (s AlertingConditionPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *AlertingCondition_FieldTerminalPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *AlertingCondition_FieldSubPathValue
- func (s AlertingConditionPathSelectorMetadata) WithValue(value *meta.Meta) *AlertingCondition_FieldTerminalPathValue
- type AlertingConditionPathSelectorMetadataAnnotations
- func (AlertingConditionPathSelectorMetadataAnnotations) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorMetadataAnnotations) WithKey(key string) AlertingConditionMapPathSelectorMetadataAnnotations
- func (s AlertingConditionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataCreateTime
- func (AlertingConditionPathSelectorMetadataCreateTime) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataDeleteTime
- func (AlertingConditionPathSelectorMetadataDeleteTime) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataGeneration
- func (AlertingConditionPathSelectorMetadataGeneration) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataGeneration) WithValue(value int64) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataLabels
- func (AlertingConditionPathSelectorMetadataLabels) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorMetadataLabels) WithKey(key string) AlertingConditionMapPathSelectorMetadataLabels
- func (s AlertingConditionPathSelectorMetadataLabels) WithValue(value map[string]string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataLifecycle
- func (AlertingConditionPathSelectorMetadataLifecycle) BlockDeletion() AlertingConditionPathSelectorMetadataLifecycleBlockDeletion
- func (AlertingConditionPathSelectorMetadataLifecycle) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorMetadataLifecycle) State() AlertingConditionPathSelectorMetadataLifecycleState
- func (s AlertingConditionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataLifecycleBlockDeletion
- func (AlertingConditionPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataLifecycleState
- func (AlertingConditionPathSelectorMetadataLifecycleState) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataOwnerReferences
- func (AlertingConditionPathSelectorMetadataOwnerReferences) Controller() AlertingConditionPathSelectorMetadataOwnerReferencesController
- func (AlertingConditionPathSelectorMetadataOwnerReferences) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorMetadataOwnerReferences) Kind() AlertingConditionPathSelectorMetadataOwnerReferencesKind
- func (AlertingConditionPathSelectorMetadataOwnerReferences) Name() AlertingConditionPathSelectorMetadataOwnerReferencesName
- func (AlertingConditionPathSelectorMetadataOwnerReferences) Region() AlertingConditionPathSelectorMetadataOwnerReferencesRegion
- func (AlertingConditionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (AlertingConditionPathSelectorMetadataOwnerReferences) Version() AlertingConditionPathSelectorMetadataOwnerReferencesVersion
- func (s AlertingConditionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataOwnerReferencesController
- func (AlertingConditionPathSelectorMetadataOwnerReferencesController) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataOwnerReferencesKind
- func (AlertingConditionPathSelectorMetadataOwnerReferencesKind) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataOwnerReferencesName
- func (AlertingConditionPathSelectorMetadataOwnerReferencesName) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataOwnerReferencesRegion
- func (AlertingConditionPathSelectorMetadataOwnerReferencesRegion) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataOwnerReferencesVersion
- func (AlertingConditionPathSelectorMetadataOwnerReferencesVersion) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataResourceVersion
- func (AlertingConditionPathSelectorMetadataResourceVersion) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataResourceVersion) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataServices
- func (AlertingConditionPathSelectorMetadataServices) AllowedServices() AlertingConditionPathSelectorMetadataServicesAllowedServices
- func (AlertingConditionPathSelectorMetadataServices) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorMetadataServices) OwningService() AlertingConditionPathSelectorMetadataServicesOwningService
- func (s AlertingConditionPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataServicesAllowedServices
- func (AlertingConditionPathSelectorMetadataServicesAllowedServices) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataServicesOwningService
- func (AlertingConditionPathSelectorMetadataServicesOwningService) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataServicesOwningService) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataShards
- func (AlertingConditionPathSelectorMetadataShards) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorMetadataShards) WithKey(key string) AlertingConditionMapPathSelectorMetadataShards
- func (s AlertingConditionPathSelectorMetadataShards) WithValue(value map[string]int64) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataSyncing
- func (AlertingConditionPathSelectorMetadataSyncing) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorMetadataSyncing) OwningRegion() AlertingConditionPathSelectorMetadataSyncingOwningRegion
- func (AlertingConditionPathSelectorMetadataSyncing) Regions() AlertingConditionPathSelectorMetadataSyncingRegions
- func (s AlertingConditionPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataSyncingOwningRegion
- func (AlertingConditionPathSelectorMetadataSyncingOwningRegion) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataSyncingRegions
- func (AlertingConditionPathSelectorMetadataSyncingRegions) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorMetadataSyncingRegions) WithValue(value []string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataTags
- func (AlertingConditionPathSelectorMetadataTags) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataTags) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorMetadataTags) WithValue(value []string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataUpdateTime
- func (AlertingConditionPathSelectorMetadataUpdateTime) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorMetadataUuid
- func (AlertingConditionPathSelectorMetadataUuid) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorMetadataUuid) WithValue(value string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorName
- func (AlertingConditionPathSelectorName) FieldPath() *AlertingCondition_FieldTerminalPath
- func (s AlertingConditionPathSelectorName) WithArrayOfValues(values []*Name) *AlertingCondition_FieldTerminalPathArrayOfValues
- func (s AlertingConditionPathSelectorName) WithValue(value *Name) *AlertingCondition_FieldTerminalPathValue
- type AlertingConditionPathSelectorSpec
- func (AlertingConditionPathSelectorSpec) FieldPath() *AlertingCondition_FieldTerminalPath
- func (AlertingConditionPathSelectorSpec) TimeSeries() AlertingConditionPathSelectorSpecTimeSeries
- func (AlertingConditionPathSelectorSpec) Trigger() AlertingConditionPathSelectorSpecTrigger
- func (s AlertingConditionPathSelectorSpec) WithArrayOfValues(values []*AlertingCondition_Spec) *AlertingCondition_FieldTerminalPathArrayOfValues
- func (s AlertingConditionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpec_FieldPathArrayItemValue) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpec_FieldPathArrayOfValues) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorSpec) WithSubPath(subPath AlertingConditionSpec_FieldPath) *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpec) WithSubValue(subPathValue AlertingConditionSpec_FieldPathValue) *AlertingCondition_FieldSubPathValue
- func (s AlertingConditionPathSelectorSpec) WithValue(value *AlertingCondition_Spec) *AlertingCondition_FieldTerminalPathValue
- type AlertingConditionPathSelectorSpecTimeSeries
- func (AlertingConditionPathSelectorSpecTimeSeries) CombineThreshold() AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold
- func (AlertingConditionPathSelectorSpecTimeSeries) Duration() AlertingConditionPathSelectorSpecTimeSeriesDuration
- func (AlertingConditionPathSelectorSpecTimeSeries) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeries) Query() AlertingConditionPathSelectorSpecTimeSeriesQuery
- func (AlertingConditionPathSelectorSpecTimeSeries) Threshold() AlertingConditionPathSelectorSpecTimeSeriesThreshold
- func (s AlertingConditionPathSelectorSpecTimeSeries) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeries) WithValue(value *AlertingCondition_Spec_TimeSeries) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold
- func (AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold) Combine() AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine
- func (AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold) PerMetric() AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric
- func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold) WithValue(value *AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine
- func (AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine) WithValue(value AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric
- func (AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithKey(key string) AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric
- func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithValue(value map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesDuration
- func (AlertingConditionPathSelectorSpecTimeSeriesDuration) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesDuration) WithArrayOfValues(values []*durationpb.Duration) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesDuration) WithValue(value *durationpb.Duration) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuery
- func (AlertingConditionPathSelectorSpecTimeSeriesQuery) Aggregation() AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation
- func (AlertingConditionPathSelectorSpecTimeSeriesQuery) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeriesQuery) Selector() AlertingConditionPathSelectorSpecTimeSeriesQuerySelector
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuery) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Query) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuery) WithValue(value *AlertingCondition_Spec_TimeSeries_Query) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) AlignmentPeriod() AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) CrossSeriesReducer() AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) GroupByFields() AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) PerSeriesAligner() AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) WithValue(value *common.Aggregation) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod) WithValue(value *durationpb.Duration) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues(values []common.Aggregation_Reducer) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithValue(value common.Aggregation_Reducer) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithValue(value []string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner
- func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues(values []common.Aggregation_Aligner) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner) WithValue(value common.Aggregation_Aligner) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuerySelector
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) Metric() AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) Resource() AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) WithValue(value *common.TimeSeriesSelector) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) Labels() AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) Types() AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) WithValue(value *common.MetricSelector) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithKey(key string) AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithValue(value []string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource) Labels() AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource) Types() AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource) WithValue(value *common.MonitoredResourceSelector) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithKey(key string) AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithValue(value map[string]*common.Strings) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes
- func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithValue(value []string) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesThreshold
- func (AlertingConditionPathSelectorSpecTimeSeriesThreshold) Compare() AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare
- func (AlertingConditionPathSelectorSpecTimeSeriesThreshold) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTimeSeriesThreshold) Value() AlertingConditionPathSelectorSpecTimeSeriesThresholdValue
- func (s AlertingConditionPathSelectorSpecTimeSeriesThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesThreshold) WithValue(value *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare
- func (AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare) WithValue(value AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTimeSeriesThresholdValue
- func (AlertingConditionPathSelectorSpecTimeSeriesThresholdValue) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTimeSeriesThresholdValue) WithArrayOfValues(values []float64) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTimeSeriesThresholdValue) WithValue(value float64) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTrigger
- func (AlertingConditionPathSelectorSpecTrigger) FieldPath() *AlertingCondition_FieldSubPath
- func (AlertingConditionPathSelectorSpecTrigger) Type() AlertingConditionPathSelectorSpecTriggerType
- func (s AlertingConditionPathSelectorSpecTrigger) WithArrayOfValues(values []*AlertingCondition_Spec_Trigger) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTrigger) WithValue(value *AlertingCondition_Spec_Trigger) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorSpecTriggerType
- func (AlertingConditionPathSelectorSpecTriggerType) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorSpecTriggerType) WithArrayOfValues(values []AlertingCondition_Spec_Trigger_Type) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorSpecTriggerType) WithValue(value AlertingCondition_Spec_Trigger_Type) *AlertingCondition_FieldSubPathValue
- type AlertingConditionPathSelectorState
- func (AlertingConditionPathSelectorState) FieldPath() *AlertingCondition_FieldTerminalPath
- func (AlertingConditionPathSelectorState) FiringAlertsCount() AlertingConditionPathSelectorStateFiringAlertsCount
- func (s AlertingConditionPathSelectorState) WithArrayOfValues(values []*AlertingCondition_State) *AlertingCondition_FieldTerminalPathArrayOfValues
- func (s AlertingConditionPathSelectorState) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionState_FieldPathArrayItemValue) *AlertingCondition_FieldSubPathArrayItemValue
- func (s AlertingConditionPathSelectorState) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionState_FieldPathArrayOfValues) *AlertingCondition_FieldSubPathArrayOfValues
- func (AlertingConditionPathSelectorState) WithSubPath(subPath AlertingConditionState_FieldPath) *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorState) WithSubValue(subPathValue AlertingConditionState_FieldPathValue) *AlertingCondition_FieldSubPathValue
- func (s AlertingConditionPathSelectorState) WithValue(value *AlertingCondition_State) *AlertingCondition_FieldTerminalPathValue
- type AlertingConditionPathSelectorStateFiringAlertsCount
- func (AlertingConditionPathSelectorStateFiringAlertsCount) FieldPath() *AlertingCondition_FieldSubPath
- func (s AlertingConditionPathSelectorStateFiringAlertsCount) WithArrayOfValues(values []int64) *AlertingCondition_FieldSubPathArrayOfValues
- func (s AlertingConditionPathSelectorStateFiringAlertsCount) WithValue(value int64) *AlertingCondition_FieldSubPathValue
- type AlertingConditionReferenceList
- func (l AlertingConditionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l AlertingConditionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l AlertingConditionReferenceList) At(idx int) gotenresource.Reference
- func (l AlertingConditionReferenceList) Length() int
- func (l AlertingConditionReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l AlertingConditionReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type AlertingConditionSpecFieldPathBuilder
- type AlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder
- func (AlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder) Combine() AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine
- func (AlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder) PerMetric() AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath
- func BuildAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath, error)
- func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath(rawField string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath
- func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath(rawField string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath, error)
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue
- func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue
- func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue, error)
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues
- func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues
- func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues, error)
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) ClearValue(item *AlertingCondition_Spec_TimeSeries_CombineThreshold)
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) Get(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (values []interface{})
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetDefault() interface{}
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetSingle(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (interface{}, bool)
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) IsLeaf() bool
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) JSONString() string
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) Key() string
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) Selector() AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) String() string
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues
- func (fpmaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues) AsPerMetricArrayOfElementValues() ([]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
- func (fpmaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue
- func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) AsPerMetricElementValue() (*AlertingCondition_Spec_TimeSeries_Threshold, bool)
- func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (int, bool)
- func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) SetTo(target **AlertingCondition_Spec_TimeSeries_CombineThreshold)
- func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) SetToRaw(target proto.Message)
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue
- func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue
- func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue, error)
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_CombineThreshold)
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (values []interface{})
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) JSONString() string
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) Selector() AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) String() string
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) bool
- func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (interface{}, bool)
- func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues
- func (fpaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) AsCombineArrayOfValues() ([]AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator, bool)
- func (fpaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) AsPerMetricArrayOfValues() ([]map[string]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
- func (fpaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue
- func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) AsCombineValue() (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator, bool)
- func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) AsPerMetricValue() (map[string]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
- func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_CombineThreshold)
- func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpecTimeSeriesFieldPathBuilder
- func (AlertingConditionSpecTimeSeriesFieldPathBuilder) CombineThreshold() AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold
- func (AlertingConditionSpecTimeSeriesFieldPathBuilder) Duration() AlertingCondition_Spec_TimeSeriesPathSelectorDuration
- func (AlertingConditionSpecTimeSeriesFieldPathBuilder) Query() AlertingCondition_Spec_TimeSeriesPathSelectorQuery
- func (AlertingConditionSpecTimeSeriesFieldPathBuilder) Threshold() AlertingCondition_Spec_TimeSeriesPathSelectorThreshold
- type AlertingConditionSpecTimeSeriesQueryFieldPathBuilder
- type AlertingConditionSpecTimeSeriesQuery_FieldPath
- func BuildAlertingConditionSpecTimeSeriesQuery_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeriesQuery_FieldPath, error)
- func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPath(rawField string) AlertingConditionSpecTimeSeriesQuery_FieldPath
- func ParseAlertingConditionSpecTimeSeriesQuery_FieldPath(rawField string) (AlertingConditionSpecTimeSeriesQuery_FieldPath, error)
- type AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue
- func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue
- func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue, error)
- type AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues
- func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues
- func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues, error)
- type AlertingConditionSpecTimeSeriesQuery_FieldPathSelector
- type AlertingConditionSpecTimeSeriesQuery_FieldPathValue
- type AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) AsAggregationSubPath() (common.Aggregation_FieldPath, bool)
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) AsSelectorSubPath() (common.TimeSeriesSelector_FieldPath, bool)
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_Query)
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) Get(source *AlertingCondition_Spec_TimeSeries_Query) (values []interface{})
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetDefault() interface{}
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_Query) (interface{}, bool)
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) IsLeaf() bool
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) JSONString() string
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) Selector() AlertingConditionSpecTimeSeriesQuery_FieldPathSelector
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) String() string
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathValue
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
- func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) AsAggregationPathItemValue() (common.Aggregation_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) AsSelectorPathItemValue() (common.TimeSeriesSelector_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_Query) bool
- func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (fpsaov *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) AsAggregationPathArrayOfValues() (common.Aggregation_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) AsSelectorPathArrayOfValues() (common.TimeSeriesSelector_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) AsAggregationPathValue() (common.Aggregation_FieldPathValue, bool)
- func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) AsSelectorPathValue() (common.TimeSeriesSelector_FieldPathValue, bool)
- func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_Query) (int, bool)
- func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_Query)
- func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_Query)
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries_Query) (values []interface{})
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_Query) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) JSONString() string
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) Selector() AlertingConditionSpecTimeSeriesQuery_FieldPathSelector
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) String() string
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathValue
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_Query) bool
- func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries_Query) (interface{}, bool)
- func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues
- func (fpaov *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) AsAggregationArrayOfValues() ([]*common.Aggregation, bool)
- func (fpaov *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) AsSelectorArrayOfValues() ([]*common.TimeSeriesSelector, bool)
- func (fpaov *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue
- func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) AsAggregationValue() (*common.Aggregation, bool)
- func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) AsSelectorValue() (*common.TimeSeriesSelector, bool)
- func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_Query) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_Query)
- func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpecTimeSeriesThresholdFieldPathBuilder
- type AlertingConditionSpecTimeSeriesThreshold_FieldPath
- func BuildAlertingConditionSpecTimeSeriesThreshold_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeriesThreshold_FieldPath, error)
- func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPath(rawField string) AlertingConditionSpecTimeSeriesThreshold_FieldPath
- func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPath(rawField string) (AlertingConditionSpecTimeSeriesThreshold_FieldPath, error)
- type AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue
- func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue
- func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue, error)
- type AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues
- func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues
- func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues, error)
- type AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector
- type AlertingConditionSpecTimeSeriesThreshold_FieldPathValue
- func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesThreshold_FieldPathValue
- func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesThreshold_FieldPathValue, error)
- type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_Threshold)
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries_Threshold) (values []interface{})
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_Threshold) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) JSONString() string
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) Selector() AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) String() string
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathValue
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_Threshold) bool
- func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries_Threshold) (interface{}, bool)
- func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues
- func (fpaov *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) AsCompareArrayOfValues() ([]AlertingCondition_Spec_TimeSeries_Threshold_Compare, bool)
- func (fpaov *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) AsValueArrayOfValues() ([]float64, bool)
- func (fpaov *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue
- func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) AsCompareValue() (AlertingCondition_Spec_TimeSeries_Threshold_Compare, bool)
- func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) AsValueValue() (float64, bool)
- func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_Threshold) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_Threshold)
- func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpecTimeSeries_FieldPath
- func BuildAlertingConditionSpecTimeSeries_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeries_FieldPath, error)
- func MustParseAlertingConditionSpecTimeSeries_FieldPath(rawField string) AlertingConditionSpecTimeSeries_FieldPath
- func ParseAlertingConditionSpecTimeSeries_FieldPath(rawField string) (AlertingConditionSpecTimeSeries_FieldPath, error)
- type AlertingConditionSpecTimeSeries_FieldPathArrayItemValue
- func MustParseAlertingConditionSpecTimeSeries_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeries_FieldPathArrayItemValue
- func ParseAlertingConditionSpecTimeSeries_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeries_FieldPathArrayItemValue, error)
- type AlertingConditionSpecTimeSeries_FieldPathArrayOfValues
- func MustParseAlertingConditionSpecTimeSeries_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeries_FieldPathArrayOfValues
- func ParseAlertingConditionSpecTimeSeries_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeries_FieldPathArrayOfValues, error)
- type AlertingConditionSpecTimeSeries_FieldPathSelector
- type AlertingConditionSpecTimeSeries_FieldPathValue
- type AlertingConditionSpecTimeSeries_FieldSubPath
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) AsCombineThresholdSubPath() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath, bool)
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) AsQuerySubPath() (AlertingConditionSpecTimeSeriesQuery_FieldPath, bool)
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) AsThresholdSubPath() (AlertingConditionSpecTimeSeriesThreshold_FieldPath, bool)
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) ClearValue(item *AlertingCondition_Spec_TimeSeries)
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) Get(source *AlertingCondition_Spec_TimeSeries) (values []interface{})
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetDefault() interface{}
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetSingle(source *AlertingCondition_Spec_TimeSeries) (interface{}, bool)
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) IsLeaf() bool
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) JSONString() string
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) Selector() AlertingConditionSpecTimeSeries_FieldPathSelector
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) String() string
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayItemValue
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayOfValues
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathValue
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
- func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsCombineThresholdPathItemValue() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsQueryPathItemValue() (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsThresholdPathItemValue() (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries) bool
- func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsCombineThresholdPathArrayOfValues() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsQueryPathArrayOfValues() (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsThresholdPathArrayOfValues() (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type AlertingConditionSpecTimeSeries_FieldSubPathValue
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) AsCombineThresholdPathValue() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue, bool)
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) AsQueryPathValue() (AlertingConditionSpecTimeSeriesQuery_FieldPathValue, bool)
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) AsThresholdPathValue() (AlertingConditionSpecTimeSeriesThreshold_FieldPathValue, bool)
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries) (int, bool)
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries)
- func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpecTimeSeries_FieldTerminalPath
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries)
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries) (values []interface{})
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) JSONString() string
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) Selector() AlertingConditionSpecTimeSeries_FieldPathSelector
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) String() string
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathValue
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries) bool
- func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries) (interface{}, bool)
- func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
- func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsCombineThresholdArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries_CombineThreshold, bool)
- func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsDurationArrayOfValues() ([]*durationpb.Duration, bool)
- func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsQueryArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries_Query, bool)
- func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsThresholdArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
- func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AlertingConditionSpecTimeSeries_FieldTerminalPathValue
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsCombineThresholdValue() (*AlertingCondition_Spec_TimeSeries_CombineThreshold, bool)
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsDurationValue() (*durationpb.Duration, bool)
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsQueryValue() (*AlertingCondition_Spec_TimeSeries_Query, bool)
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsThresholdValue() (*AlertingCondition_Spec_TimeSeries_Threshold, bool)
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries)
- func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpecTriggerFieldPathBuilder
- type AlertingConditionSpecTrigger_FieldPath
- func BuildAlertingConditionSpecTrigger_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTrigger_FieldPath, error)
- func MustParseAlertingConditionSpecTrigger_FieldPath(rawField string) AlertingConditionSpecTrigger_FieldPath
- func ParseAlertingConditionSpecTrigger_FieldPath(rawField string) (AlertingConditionSpecTrigger_FieldPath, error)
- type AlertingConditionSpecTrigger_FieldPathArrayItemValue
- type AlertingConditionSpecTrigger_FieldPathArrayOfValues
- type AlertingConditionSpecTrigger_FieldPathSelector
- type AlertingConditionSpecTrigger_FieldPathValue
- type AlertingConditionSpecTrigger_FieldTerminalPath
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_Trigger)
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) Get(source *AlertingCondition_Spec_Trigger) (values []interface{})
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_Trigger) (interface{}, bool)
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) JSONString() string
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) Selector() AlertingConditionSpecTrigger_FieldPathSelector
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) String() string
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTrigger_FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTrigger_FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTrigger_FieldPathValue
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_Trigger) bool
- func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_Trigger) (interface{}, bool)
- func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues
- type AlertingConditionSpecTrigger_FieldTerminalPathValue
- func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) AsTypeValue() (AlertingCondition_Spec_Trigger_Type, bool)
- func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_Trigger) (int, bool)
- func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_Trigger)
- func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpec_FieldPath
- func BuildAlertingConditionSpec_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpec_FieldPath, error)
- func MustParseAlertingConditionSpec_FieldPath(rawField string) AlertingConditionSpec_FieldPath
- func ParseAlertingConditionSpec_FieldPath(rawField string) (AlertingConditionSpec_FieldPath, error)
- type AlertingConditionSpec_FieldPathArrayItemValue
- type AlertingConditionSpec_FieldPathArrayOfValues
- type AlertingConditionSpec_FieldPathSelector
- type AlertingConditionSpec_FieldPathValue
- type AlertingConditionSpec_FieldSubPath
- func (fps *AlertingConditionSpec_FieldSubPath) AsTimeSeriesSubPath() (AlertingConditionSpecTimeSeries_FieldPath, bool)
- func (fps *AlertingConditionSpec_FieldSubPath) AsTriggerSubPath() (AlertingConditionSpecTrigger_FieldPath, bool)
- func (fps *AlertingConditionSpec_FieldSubPath) ClearValue(item *AlertingCondition_Spec)
- func (fps *AlertingConditionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *AlertingConditionSpec_FieldSubPath) Get(source *AlertingCondition_Spec) (values []interface{})
- func (fps *AlertingConditionSpec_FieldSubPath) GetDefault() interface{}
- func (fps *AlertingConditionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *AlertingConditionSpec_FieldSubPath) GetSingle(source *AlertingCondition_Spec) (interface{}, bool)
- func (fps *AlertingConditionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *AlertingConditionSpec_FieldSubPath) IsLeaf() bool
- func (fps *AlertingConditionSpec_FieldSubPath) JSONString() string
- func (fps *AlertingConditionSpec_FieldSubPath) Selector() AlertingConditionSpec_FieldPathSelector
- func (fps *AlertingConditionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *AlertingConditionSpec_FieldSubPath) String() string
- func (fps *AlertingConditionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingConditionSpec_FieldPathArrayItemValue
- func (fps *AlertingConditionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingConditionSpec_FieldPathArrayOfValues
- func (fps *AlertingConditionSpec_FieldSubPath) WithIValue(value interface{}) AlertingConditionSpec_FieldPathValue
- func (fps *AlertingConditionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *AlertingConditionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *AlertingConditionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpec_FieldSubPathArrayItemValue
- func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) AsTimeSeriesPathItemValue() (AlertingConditionSpecTimeSeries_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) AsTriggerPathItemValue() (AlertingConditionSpecTrigger_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec) bool
- func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type AlertingConditionSpec_FieldSubPathArrayOfValues
- func (fpsaov *AlertingConditionSpec_FieldSubPathArrayOfValues) AsTimeSeriesPathArrayOfValues() (AlertingConditionSpecTimeSeries_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingConditionSpec_FieldSubPathArrayOfValues) AsTriggerPathArrayOfValues() (AlertingConditionSpecTrigger_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingConditionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type AlertingConditionSpec_FieldSubPathValue
- func (fpvs *AlertingConditionSpec_FieldSubPathValue) AsTimeSeriesPathValue() (AlertingConditionSpecTimeSeries_FieldPathValue, bool)
- func (fpvs *AlertingConditionSpec_FieldSubPathValue) AsTriggerPathValue() (AlertingConditionSpecTrigger_FieldPathValue, bool)
- func (fpvs *AlertingConditionSpec_FieldSubPathValue) CompareWith(source *AlertingCondition_Spec) (int, bool)
- func (fpvs *AlertingConditionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *AlertingConditionSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *AlertingConditionSpec_FieldSubPathValue) SetTo(target **AlertingCondition_Spec)
- func (fpvs *AlertingConditionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type AlertingConditionSpec_FieldTerminalPath
- func (fp *AlertingConditionSpec_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec)
- func (fp *AlertingConditionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingConditionSpec_FieldTerminalPath) Get(source *AlertingCondition_Spec) (values []interface{})
- func (fp *AlertingConditionSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingConditionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingConditionSpec_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec) (interface{}, bool)
- func (fp *AlertingConditionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingConditionSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingConditionSpec_FieldTerminalPath) JSONString() string
- func (fp *AlertingConditionSpec_FieldTerminalPath) Selector() AlertingConditionSpec_FieldPathSelector
- func (fp *AlertingConditionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingConditionSpec_FieldTerminalPath) String() string
- func (fp *AlertingConditionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpec_FieldPathArrayItemValue
- func (fp *AlertingConditionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpec_FieldPathArrayOfValues
- func (fp *AlertingConditionSpec_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpec_FieldPathValue
- func (fp *AlertingConditionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingConditionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingConditionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec) bool
- func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec) (interface{}, bool)
- func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingConditionSpec_FieldTerminalPathArrayOfValues
- func (fpaov *AlertingConditionSpec_FieldTerminalPathArrayOfValues) AsTimeSeriesArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries, bool)
- func (fpaov *AlertingConditionSpec_FieldTerminalPathArrayOfValues) AsTriggerArrayOfValues() ([]*AlertingCondition_Spec_Trigger, bool)
- func (fpaov *AlertingConditionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AlertingConditionSpec_FieldTerminalPathValue
- func (fpv *AlertingConditionSpec_FieldTerminalPathValue) AsTimeSeriesValue() (*AlertingCondition_Spec_TimeSeries, bool)
- func (fpv *AlertingConditionSpec_FieldTerminalPathValue) AsTriggerValue() (*AlertingCondition_Spec_Trigger, bool)
- func (fpv *AlertingConditionSpec_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec) (int, bool)
- func (fpv *AlertingConditionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingConditionSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingConditionSpec_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec)
- func (fpv *AlertingConditionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingConditionStateFieldPathBuilder
- type AlertingConditionState_FieldPath
- func BuildAlertingConditionState_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionState_FieldPath, error)
- func MustParseAlertingConditionState_FieldPath(rawField string) AlertingConditionState_FieldPath
- func ParseAlertingConditionState_FieldPath(rawField string) (AlertingConditionState_FieldPath, error)
- type AlertingConditionState_FieldPathArrayItemValue
- type AlertingConditionState_FieldPathArrayOfValues
- type AlertingConditionState_FieldPathSelector
- type AlertingConditionState_FieldPathValue
- type AlertingConditionState_FieldTerminalPath
- func (fp *AlertingConditionState_FieldTerminalPath) ClearValue(item *AlertingCondition_State)
- func (fp *AlertingConditionState_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingConditionState_FieldTerminalPath) Get(source *AlertingCondition_State) (values []interface{})
- func (fp *AlertingConditionState_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingConditionState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingConditionState_FieldTerminalPath) GetSingle(source *AlertingCondition_State) (interface{}, bool)
- func (fp *AlertingConditionState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingConditionState_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingConditionState_FieldTerminalPath) JSONString() string
- func (fp *AlertingConditionState_FieldTerminalPath) Selector() AlertingConditionState_FieldPathSelector
- func (fp *AlertingConditionState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingConditionState_FieldTerminalPath) String() string
- func (fp *AlertingConditionState_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionState_FieldPathArrayItemValue
- func (fp *AlertingConditionState_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionState_FieldPathArrayOfValues
- func (fp *AlertingConditionState_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionState_FieldPathValue
- func (fp *AlertingConditionState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingConditionState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingConditionState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingConditionState_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_State) bool
- func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_State) (interface{}, bool)
- func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingConditionState_FieldTerminalPathArrayOfValues
- type AlertingConditionState_FieldTerminalPathValue
- func (fpv *AlertingConditionState_FieldTerminalPathValue) AsFiringAlertsCountValue() (int64, bool)
- func (fpv *AlertingConditionState_FieldTerminalPathValue) CompareWith(source *AlertingCondition_State) (int, bool)
- func (fpv *AlertingConditionState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingConditionState_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingConditionState_FieldTerminalPathValue) SetTo(target **AlertingCondition_State)
- func (fpv *AlertingConditionState_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingCondition_FieldMask
- func (fieldMask *AlertingCondition_FieldMask) AppendPath(path AlertingCondition_FieldPath)
- func (fieldMask *AlertingCondition_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_FieldMask) FilterInputFields() *AlertingCondition_FieldMask
- func (fieldMask *AlertingCondition_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_FieldMask) GetPaths() []AlertingCondition_FieldPath
- func (fieldMask *AlertingCondition_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_FieldMask) Project(source *AlertingCondition) *AlertingCondition
- func (fieldMask *AlertingCondition_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_FieldMask) Reset()
- func (fieldMask *AlertingCondition_FieldMask) Set(target, source *AlertingCondition)
- func (fieldMask *AlertingCondition_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_FieldMask) Size() int
- func (fieldMask *AlertingCondition_FieldMask) String() string
- func (fieldMask *AlertingCondition_FieldMask) Subtract(other *AlertingCondition_FieldMask) *AlertingCondition_FieldMask
- func (fieldMask *AlertingCondition_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_FieldMask) UnmarshalJSON(data []byte) error
- type AlertingCondition_FieldPath
- type AlertingCondition_FieldPathArrayItemValue
- type AlertingCondition_FieldPathArrayOfValues
- type AlertingCondition_FieldPathSelector
- type AlertingCondition_FieldPathValue
- type AlertingCondition_FieldSubPath
- func (fps *AlertingCondition_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *AlertingCondition_FieldSubPath) AsSpecSubPath() (AlertingConditionSpec_FieldPath, bool)
- func (fps *AlertingCondition_FieldSubPath) AsStateSubPath() (AlertingConditionState_FieldPath, bool)
- func (fps *AlertingCondition_FieldSubPath) ClearValue(item *AlertingCondition)
- func (fps *AlertingCondition_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *AlertingCondition_FieldSubPath) Get(source *AlertingCondition) (values []interface{})
- func (fps *AlertingCondition_FieldSubPath) GetDefault() interface{}
- func (fps *AlertingCondition_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *AlertingCondition_FieldSubPath) GetSingle(source *AlertingCondition) (interface{}, bool)
- func (fps *AlertingCondition_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *AlertingCondition_FieldSubPath) IsLeaf() bool
- func (fps *AlertingCondition_FieldSubPath) JSONString() string
- func (fps *AlertingCondition_FieldSubPath) Selector() AlertingCondition_FieldPathSelector
- func (fps *AlertingCondition_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *AlertingCondition_FieldSubPath) String() string
- func (fps *AlertingCondition_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingCondition_FieldPathArrayItemValue
- func (fps *AlertingCondition_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingCondition_FieldPathArrayOfValues
- func (fps *AlertingCondition_FieldSubPath) WithIValue(value interface{}) AlertingCondition_FieldPathValue
- func (fps *AlertingCondition_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *AlertingCondition_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *AlertingCondition_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingCondition_FieldSubPathArrayItemValue
- func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) AsSpecPathItemValue() (AlertingConditionSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) AsStatePathItemValue() (AlertingConditionState_FieldPathArrayItemValue, bool)
- func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition) bool
- func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type AlertingCondition_FieldSubPathArrayOfValues
- func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (AlertingConditionSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) AsStatePathArrayOfValues() (AlertingConditionState_FieldPathArrayOfValues, bool)
- func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type AlertingCondition_FieldSubPathValue
- func (fpvs *AlertingCondition_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *AlertingCondition_FieldSubPathValue) AsSpecPathValue() (AlertingConditionSpec_FieldPathValue, bool)
- func (fpvs *AlertingCondition_FieldSubPathValue) AsStatePathValue() (AlertingConditionState_FieldPathValue, bool)
- func (fpvs *AlertingCondition_FieldSubPathValue) CompareWith(source *AlertingCondition) (int, bool)
- func (fpvs *AlertingCondition_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *AlertingCondition_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *AlertingCondition_FieldSubPathValue) SetTo(target **AlertingCondition)
- func (fpvs *AlertingCondition_FieldSubPathValue) SetToRaw(target proto.Message)
- type AlertingCondition_FieldTerminalPath
- func (fp *AlertingCondition_FieldTerminalPath) ClearValue(item *AlertingCondition)
- func (fp *AlertingCondition_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *AlertingCondition_FieldTerminalPath) Get(source *AlertingCondition) (values []interface{})
- func (fp *AlertingCondition_FieldTerminalPath) GetDefault() interface{}
- func (fp *AlertingCondition_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *AlertingCondition_FieldTerminalPath) GetSingle(source *AlertingCondition) (interface{}, bool)
- func (fp *AlertingCondition_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *AlertingCondition_FieldTerminalPath) IsLeaf() bool
- func (fp *AlertingCondition_FieldTerminalPath) JSONString() string
- func (fp *AlertingCondition_FieldTerminalPath) Selector() AlertingCondition_FieldPathSelector
- func (fp *AlertingCondition_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *AlertingCondition_FieldTerminalPath) String() string
- func (fp *AlertingCondition_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingCondition_FieldPathArrayItemValue
- func (fp *AlertingCondition_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingCondition_FieldPathArrayOfValues
- func (fp *AlertingCondition_FieldTerminalPath) WithIValue(value interface{}) AlertingCondition_FieldPathValue
- func (fp *AlertingCondition_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *AlertingCondition_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *AlertingCondition_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type AlertingCondition_FieldTerminalPathArrayItemValue
- func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition) bool
- func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition) (interface{}, bool)
- func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type AlertingCondition_FieldTerminalPathArrayOfValues
- func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues() ([]string, bool)
- func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*AlertingCondition_Spec, bool)
- func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*AlertingCondition_State, bool)
- func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type AlertingCondition_FieldTerminalPathValue
- func (fpv *AlertingCondition_FieldTerminalPathValue) AsDescriptionValue() (string, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) AsSpecValue() (*AlertingCondition_Spec, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) AsStateValue() (*AlertingCondition_State, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) CompareWith(source *AlertingCondition) (int, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *AlertingCondition_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *AlertingCondition_FieldTerminalPathValue) SetTo(target **AlertingCondition)
- func (fpv *AlertingCondition_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type AlertingCondition_Spec
- func (o *AlertingCondition_Spec) Clone() *AlertingCondition_Spec
- func (o *AlertingCondition_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition_Spec) Descriptor() ([]byte, []int)
- func (m *AlertingCondition_Spec) GetTimeSeries() *AlertingCondition_Spec_TimeSeries
- func (m *AlertingCondition_Spec) GetTrigger() *AlertingCondition_Spec_Trigger
- func (*AlertingCondition_Spec) GotenMessage()
- func (o *AlertingCondition_Spec) GotenObjectExt()
- func (obj *AlertingCondition_Spec) GotenValidate() error
- func (o *AlertingCondition_Spec) MakeDiffFieldMask(other *AlertingCondition_Spec) *AlertingCondition_Spec_FieldMask
- func (o *AlertingCondition_Spec) MakeFullFieldMask() *AlertingCondition_Spec_FieldMask
- func (o *AlertingCondition_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition_Spec) Marshal() ([]byte, error)
- func (m *AlertingCondition_Spec) MarshalJSON() ([]byte, error)
- func (o *AlertingCondition_Spec) Merge(source *AlertingCondition_Spec)
- func (o *AlertingCondition_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition_Spec) ProtoMessage()
- func (m *AlertingCondition_Spec) ProtoReflect() preflect.Message
- func (m *AlertingCondition_Spec) Reset()
- func (m *AlertingCondition_Spec) SetTimeSeries(fv *AlertingCondition_Spec_TimeSeries)
- func (m *AlertingCondition_Spec) SetTrigger(fv *AlertingCondition_Spec_Trigger)
- func (m *AlertingCondition_Spec) String() string
- func (m *AlertingCondition_Spec) Unmarshal(b []byte) error
- func (m *AlertingCondition_Spec) UnmarshalJSON(data []byte) error
- type AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric) WithValue(value *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels) WithValue(value *common.Strings) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels) WithValue(value *common.Strings) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeries
- func (AlertingCondition_SpecPathSelectorTimeSeries) CombineThreshold() AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold
- func (AlertingCondition_SpecPathSelectorTimeSeries) Duration() AlertingCondition_SpecPathSelectorTimeSeriesDuration
- func (AlertingCondition_SpecPathSelectorTimeSeries) FieldPath() *AlertingConditionSpec_FieldTerminalPath
- func (AlertingCondition_SpecPathSelectorTimeSeries) Query() AlertingCondition_SpecPathSelectorTimeSeriesQuery
- func (AlertingCondition_SpecPathSelectorTimeSeries) Threshold() AlertingCondition_SpecPathSelectorTimeSeriesThreshold
- func (s AlertingCondition_SpecPathSelectorTimeSeries) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries) *AlertingConditionSpec_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeries) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpecTimeSeries_FieldPathArrayItemValue) *AlertingConditionSpec_FieldSubPathArrayItemValue
- func (s AlertingCondition_SpecPathSelectorTimeSeries) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpecTimeSeries_FieldPathArrayOfValues) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (AlertingCondition_SpecPathSelectorTimeSeries) WithSubPath(subPath AlertingConditionSpecTimeSeries_FieldPath) *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeries) WithSubValue(subPathValue AlertingConditionSpecTimeSeries_FieldPathValue) *AlertingConditionSpec_FieldSubPathValue
- func (s AlertingCondition_SpecPathSelectorTimeSeries) WithValue(value *AlertingCondition_Spec_TimeSeries) *AlertingConditionSpec_FieldTerminalPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold
- func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold) Combine() AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine
- func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold) PerMetric() AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric
- func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold) WithValue(value *AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine
- func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine) WithValue(value AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric
- func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric) WithKey(key string) AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric
- func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric) WithValue(value map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesDuration
- func (AlertingCondition_SpecPathSelectorTimeSeriesDuration) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesDuration) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesDuration) WithValue(value *durationpb.Duration) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuery
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuery) Aggregation() AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuery) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuery) Selector() AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuery) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Query) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuery) WithValue(value *AlertingCondition_Spec_TimeSeries_Query) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) AlignmentPeriod() AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) CrossSeriesReducer() AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) GroupByFields() AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) PerSeriesAligner() AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) WithValue(value *common.Aggregation) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod) WithValue(value *durationpb.Duration) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues(values []common.Aggregation_Reducer) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer) WithValue(value common.Aggregation_Reducer) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithItemValue(value string) *AlertingConditionSpec_FieldSubPathArrayItemValue
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithValue(value []string) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner
- func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues(values []common.Aggregation_Aligner) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner) WithValue(value common.Aggregation_Aligner) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) Metric() AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) Resource() AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) WithValue(value *common.TimeSeriesSelector) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) Labels() AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) Types() AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) WithValue(value *common.MetricSelector) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) WithKey(key string) AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithItemValue(value string) *AlertingConditionSpec_FieldSubPathArrayItemValue
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithValue(value []string) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource) Labels() AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource) Types() AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource) WithValue(value *common.MonitoredResourceSelector) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) WithKey(key string) AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes
- func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithItemValue(value string) *AlertingConditionSpec_FieldSubPathArrayItemValue
- func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithValue(value []string) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesThreshold
- func (AlertingCondition_SpecPathSelectorTimeSeriesThreshold) Compare() AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare
- func (AlertingCondition_SpecPathSelectorTimeSeriesThreshold) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (AlertingCondition_SpecPathSelectorTimeSeriesThreshold) Value() AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue
- func (s AlertingCondition_SpecPathSelectorTimeSeriesThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesThreshold) WithValue(value *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare
- func (AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare) WithValue(value AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue
- func (AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue) WithArrayOfValues(values []float64) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue) WithValue(value float64) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_SpecPathSelectorTrigger
- func (AlertingCondition_SpecPathSelectorTrigger) FieldPath() *AlertingConditionSpec_FieldTerminalPath
- func (AlertingCondition_SpecPathSelectorTrigger) Type() AlertingCondition_SpecPathSelectorTriggerType
- func (s AlertingCondition_SpecPathSelectorTrigger) WithArrayOfValues(values []*AlertingCondition_Spec_Trigger) *AlertingConditionSpec_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTrigger) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpecTrigger_FieldPathArrayItemValue) *AlertingConditionSpec_FieldSubPathArrayItemValue
- func (s AlertingCondition_SpecPathSelectorTrigger) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpecTrigger_FieldPathArrayOfValues) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (AlertingCondition_SpecPathSelectorTrigger) WithSubPath(subPath AlertingConditionSpecTrigger_FieldPath) *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTrigger) WithSubValue(subPathValue AlertingConditionSpecTrigger_FieldPathValue) *AlertingConditionSpec_FieldSubPathValue
- func (s AlertingCondition_SpecPathSelectorTrigger) WithValue(value *AlertingCondition_Spec_Trigger) *AlertingConditionSpec_FieldTerminalPathValue
- type AlertingCondition_SpecPathSelectorTriggerType
- func (AlertingCondition_SpecPathSelectorTriggerType) FieldPath() *AlertingConditionSpec_FieldSubPath
- func (s AlertingCondition_SpecPathSelectorTriggerType) WithArrayOfValues(values []AlertingCondition_Spec_Trigger_Type) *AlertingConditionSpec_FieldSubPathArrayOfValues
- func (s AlertingCondition_SpecPathSelectorTriggerType) WithValue(value AlertingCondition_Spec_Trigger_Type) *AlertingConditionSpec_FieldSubPathValue
- type AlertingCondition_Spec_FieldMask
- func (fieldMask *AlertingCondition_Spec_FieldMask) AppendPath(path AlertingConditionSpec_FieldPath)
- func (fieldMask *AlertingCondition_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_Spec_FieldMask) FilterInputFields() *AlertingCondition_Spec_FieldMask
- func (fieldMask *AlertingCondition_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_Spec_FieldMask) GetPaths() []AlertingConditionSpec_FieldPath
- func (fieldMask *AlertingCondition_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_Spec_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_Spec_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_Spec_FieldMask) Project(source *AlertingCondition_Spec) *AlertingCondition_Spec
- func (fieldMask *AlertingCondition_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_Spec_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_Spec_FieldMask) Reset()
- func (fieldMask *AlertingCondition_Spec_FieldMask) Set(target, source *AlertingCondition_Spec)
- func (fieldMask *AlertingCondition_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_Spec_FieldMask) Size() int
- func (fieldMask *AlertingCondition_Spec_FieldMask) String() string
- func (fieldMask *AlertingCondition_Spec_FieldMask) Subtract(other *AlertingCondition_Spec_FieldMask) *AlertingCondition_Spec_FieldMask
- func (fieldMask *AlertingCondition_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_Spec_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeries
- func (o *AlertingCondition_Spec_TimeSeries) Clone() *AlertingCondition_Spec_TimeSeries
- func (o *AlertingCondition_Spec_TimeSeries) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition_Spec_TimeSeries) Descriptor() ([]byte, []int)
- func (m *AlertingCondition_Spec_TimeSeries) GetCombineThreshold() *AlertingCondition_Spec_TimeSeries_CombineThreshold
- func (m *AlertingCondition_Spec_TimeSeries) GetDuration() *durationpb.Duration
- func (m *AlertingCondition_Spec_TimeSeries) GetQuery() *AlertingCondition_Spec_TimeSeries_Query
- func (m *AlertingCondition_Spec_TimeSeries) GetThreshold() *AlertingCondition_Spec_TimeSeries_Threshold
- func (*AlertingCondition_Spec_TimeSeries) GotenMessage()
- func (o *AlertingCondition_Spec_TimeSeries) GotenObjectExt()
- func (obj *AlertingCondition_Spec_TimeSeries) GotenValidate() error
- func (o *AlertingCondition_Spec_TimeSeries) MakeDiffFieldMask(other *AlertingCondition_Spec_TimeSeries) *AlertingCondition_Spec_TimeSeries_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition_Spec_TimeSeries) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition_Spec_TimeSeries) Marshal() ([]byte, error)
- func (m *AlertingCondition_Spec_TimeSeries) MarshalJSON() ([]byte, error)
- func (o *AlertingCondition_Spec_TimeSeries) Merge(source *AlertingCondition_Spec_TimeSeries)
- func (o *AlertingCondition_Spec_TimeSeries) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition_Spec_TimeSeries) ProtoMessage()
- func (m *AlertingCondition_Spec_TimeSeries) ProtoReflect() preflect.Message
- func (m *AlertingCondition_Spec_TimeSeries) Reset()
- func (m *AlertingCondition_Spec_TimeSeries) SetCombineThreshold(fv *AlertingCondition_Spec_TimeSeries_CombineThreshold)
- func (m *AlertingCondition_Spec_TimeSeries) SetDuration(fv *durationpb.Duration)
- func (m *AlertingCondition_Spec_TimeSeries) SetQuery(fv *AlertingCondition_Spec_TimeSeries_Query)
- func (m *AlertingCondition_Spec_TimeSeries) SetThreshold(fv *AlertingCondition_Spec_TimeSeries_Threshold)
- func (m *AlertingCondition_Spec_TimeSeries) String() string
- func (m *AlertingCondition_Spec_TimeSeries) Unmarshal(b []byte) error
- func (m *AlertingCondition_Spec_TimeSeries) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric) WithValue(value *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels) WithValue(value *common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels) WithValue(value *common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold
- func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) Combine() AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine
- func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) FieldPath() *AlertingConditionSpecTimeSeries_FieldTerminalPath
- func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) PerMetric() AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubArrayItemValue(...) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubArrayOfValues(...) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubPath(subPath AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath) *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubValue(subPathValue AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithValue(value *AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingConditionSpecTimeSeries_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine
- func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine) WithValue(value AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric
- func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric) WithArrayOfValues(values []map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric) WithKey(key string) AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric) WithValue(value map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorDuration
- func (AlertingCondition_Spec_TimeSeriesPathSelectorDuration) FieldPath() *AlertingConditionSpecTimeSeries_FieldTerminalPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorDuration) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorDuration) WithValue(value *durationpb.Duration) *AlertingConditionSpecTimeSeries_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuery
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) Aggregation() AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) FieldPath() *AlertingConditionSpecTimeSeries_FieldTerminalPath
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) Selector() AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Query) *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubArrayItemValue(...) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubArrayOfValues(...) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubPath(subPath AlertingConditionSpecTimeSeriesQuery_FieldPath) *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubValue(subPathValue AlertingConditionSpecTimeSeriesQuery_FieldPathValue) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithValue(value *AlertingCondition_Spec_TimeSeries_Query) *AlertingConditionSpecTimeSeries_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) AlignmentPeriod() AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) CrossSeriesReducer() ...
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) GroupByFields() AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) PerSeriesAligner() AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) WithValue(value *common.Aggregation) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod) WithValue(value *durationpb.Duration) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer) WithArrayOfValues(values []common.Aggregation_Reducer) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer) WithValue(value common.Aggregation_Reducer) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields) WithItemValue(value string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields) WithValue(value []string) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner) WithArrayOfValues(values []common.Aggregation_Aligner) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner) WithValue(value common.Aggregation_Aligner) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector) Metric() AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector) Resource() AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector) WithValue(value *common.TimeSeriesSelector) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric) Labels() AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric) Types() AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric) WithValue(value *common.MetricSelector) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) WithKey(key string) AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithItemValue(value string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithValue(value []string) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource) Labels() AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource) Types() AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource) WithValue(value *common.MonitoredResourceSelector) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) WithKey(key string) AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes
- func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes) WithItemValue(value string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes) WithValue(value []string) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorThreshold
- func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) Compare() AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare
- func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) FieldPath() *AlertingConditionSpecTimeSeries_FieldTerminalPath
- func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) Value() AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubArrayItemValue(...) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubArrayOfValues(...) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubPath(subPath AlertingConditionSpecTimeSeriesThreshold_FieldPath) *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubValue(subPathValue AlertingConditionSpecTimeSeriesThreshold_FieldPathValue) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithValue(value *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare
- func (AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare) WithValue(value AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue
- func (AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue) FieldPath() *AlertingConditionSpecTimeSeries_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue) WithArrayOfValues(values []float64) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue) WithValue(value float64) *AlertingConditionSpecTimeSeries_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_CombineThreshold
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) Clone() *AlertingCondition_Spec_TimeSeries_CombineThreshold
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) Descriptor() ([]byte, []int)
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) GetCombine() AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) GetPerMetric() map[string]*AlertingCondition_Spec_TimeSeries_Threshold
- func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenMessage()
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenObjectExt()
- func (obj *AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenValidate() error
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeDiffFieldMask(other *AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) Marshal() ([]byte, error)
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) MarshalJSON() ([]byte, error)
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) Merge(source *AlertingCondition_Spec_TimeSeries_CombineThreshold)
- func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) ProtoMessage()
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) ProtoReflect() preflect.Message
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) Reset()
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) SetCombine(fv AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator)
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) SetPerMetric(fv map[string]*AlertingCondition_Spec_TimeSeries_Threshold)
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) String() string
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) Unmarshal(b []byte) error
- func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric
- func (s AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric) FieldPath() *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap
- func (s AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric) WithValue(value *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue
- type AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine
- func (AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine) FieldPath() *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath
- func (s AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) ...
- func (s AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine) WithValue(value AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric
- func (AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric) FieldPath() *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath
- func (s AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric) WithArrayOfValues(values []map[string]*AlertingCondition_Spec_TimeSeries_Threshold) ...
- func (AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric) WithKey(key string) AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric
- func (s AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric) WithValue(value map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator
- func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) Descriptor() preflect.EnumDescriptor
- func (x AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) Enum() *AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator
- func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) EnumDescriptor() ([]byte, []int)
- func (x AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) Number() preflect.EnumNumber
- func (x AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) String() string
- func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) Type() preflect.EnumType
- type AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) AppendPath(path AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) GetPaths() []AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Project(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingCondition_Spec_TimeSeries_CombineThreshold
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Reset()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries_CombineThreshold)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Size() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) String() string
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Subtract(other *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeries_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) AppendPath(path AlertingConditionSpecTimeSeries_FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) GetPaths() []AlertingConditionSpecTimeSeries_FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_Spec_TimeSeries_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_Spec_TimeSeries_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Project(source *AlertingCondition_Spec_TimeSeries) *AlertingCondition_Spec_TimeSeries
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Reset()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Size() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) String() string
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Subtract(other *AlertingCondition_Spec_TimeSeries_FieldMask) *AlertingCondition_Spec_TimeSeries_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeries_Query
- func (o *AlertingCondition_Spec_TimeSeries_Query) Clone() *AlertingCondition_Spec_TimeSeries_Query
- func (o *AlertingCondition_Spec_TimeSeries_Query) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition_Spec_TimeSeries_Query) Descriptor() ([]byte, []int)
- func (m *AlertingCondition_Spec_TimeSeries_Query) GetAggregation() *common.Aggregation
- func (m *AlertingCondition_Spec_TimeSeries_Query) GetSelector() *common.TimeSeriesSelector
- func (*AlertingCondition_Spec_TimeSeries_Query) GotenMessage()
- func (o *AlertingCondition_Spec_TimeSeries_Query) GotenObjectExt()
- func (obj *AlertingCondition_Spec_TimeSeries_Query) GotenValidate() error
- func (o *AlertingCondition_Spec_TimeSeries_Query) MakeDiffFieldMask(other *AlertingCondition_Spec_TimeSeries_Query) *AlertingCondition_Spec_TimeSeries_Query_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_Query) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_Query_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_Query) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_Query) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition_Spec_TimeSeries_Query) Marshal() ([]byte, error)
- func (m *AlertingCondition_Spec_TimeSeries_Query) MarshalJSON() ([]byte, error)
- func (o *AlertingCondition_Spec_TimeSeries_Query) Merge(source *AlertingCondition_Spec_TimeSeries_Query)
- func (o *AlertingCondition_Spec_TimeSeries_Query) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition_Spec_TimeSeries_Query) ProtoMessage()
- func (m *AlertingCondition_Spec_TimeSeries_Query) ProtoReflect() preflect.Message
- func (m *AlertingCondition_Spec_TimeSeries_Query) Reset()
- func (m *AlertingCondition_Spec_TimeSeries_Query) SetAggregation(fv *common.Aggregation)
- func (m *AlertingCondition_Spec_TimeSeries_Query) SetSelector(fv *common.TimeSeriesSelector)
- func (m *AlertingCondition_Spec_TimeSeries_Query) String() string
- func (m *AlertingCondition_Spec_TimeSeries_Query) Unmarshal(b []byte) error
- func (m *AlertingCondition_Spec_TimeSeries_Query) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels
- func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels) WithValue(value *common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels
- func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels) WithValue(value *common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) AlignmentPeriod() AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) CrossSeriesReducer() ...
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) GroupByFields() AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) PerSeriesAligner() AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubArrayItemValue(subPathArrayItemValue common.Aggregation_FieldPathArrayItemValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubArrayOfValues(subPathArrayOfValues common.Aggregation_FieldPathArrayOfValues) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubPath(subPath common.Aggregation_FieldPath) *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubValue(subPathValue common.Aggregation_FieldPathValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithValue(value *common.Aggregation) *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod) WithValue(value *durationpb.Duration) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationCrossSeriesReducer
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationCrossSeriesReducer) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationCrossSeriesReducer) WithArrayOfValues(values []common.Aggregation_Reducer) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationCrossSeriesReducer) WithValue(value common.Aggregation_Reducer) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields) WithItemValue(value string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields) WithValue(value []string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner) WithArrayOfValues(values []common.Aggregation_Aligner) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner) WithValue(value common.Aggregation_Aligner) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) Metric() AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) Resource() AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubArrayItemValue(subPathArrayItemValue common.TimeSeriesSelector_FieldPathArrayItemValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubArrayOfValues(subPathArrayOfValues common.TimeSeriesSelector_FieldPathArrayOfValues) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubPath(subPath common.TimeSeriesSelector_FieldPath) *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubValue(subPathValue common.TimeSeriesSelector_FieldPathValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithValue(value *common.TimeSeriesSelector) *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric) Labels() AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric) Types() AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric) WithValue(value *common.MetricSelector) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) WithKey(key string) AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes) WithItemValue(value string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes) WithValue(value []string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource) Labels() AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource) Types() AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource) WithValue(value *common.MonitoredResourceSelector) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels) WithKey(key string) AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes
- func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes) FieldPath() *AlertingConditionSpecTimeSeriesQuery_FieldSubPath
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes) WithItemValue(value string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
- func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes) WithValue(value []string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
- type AlertingCondition_Spec_TimeSeries_Query_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) AppendPath(path AlertingConditionSpecTimeSeriesQuery_FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_Query_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) GetPaths() []AlertingConditionSpecTimeSeriesQuery_FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_Spec_TimeSeries_Query_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_Spec_TimeSeries_Query_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Project(source *AlertingCondition_Spec_TimeSeries_Query) *AlertingCondition_Spec_TimeSeries_Query
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Reset()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries_Query)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Size() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) String() string
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Subtract(other *AlertingCondition_Spec_TimeSeries_Query_FieldMask) *AlertingCondition_Spec_TimeSeries_Query_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeries_Threshold
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) Clone() *AlertingCondition_Spec_TimeSeries_Threshold
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition_Spec_TimeSeries_Threshold) Descriptor() ([]byte, []int)
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) GetCompare() AlertingCondition_Spec_TimeSeries_Threshold_Compare
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) GetValue() float64
- func (*AlertingCondition_Spec_TimeSeries_Threshold) GotenMessage()
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) GotenObjectExt()
- func (obj *AlertingCondition_Spec_TimeSeries_Threshold) GotenValidate() error
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeDiffFieldMask(other *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) Marshal() ([]byte, error)
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) MarshalJSON() ([]byte, error)
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) Merge(source *AlertingCondition_Spec_TimeSeries_Threshold)
- func (o *AlertingCondition_Spec_TimeSeries_Threshold) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition_Spec_TimeSeries_Threshold) ProtoMessage()
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) ProtoReflect() preflect.Message
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) Reset()
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) SetCompare(fv AlertingCondition_Spec_TimeSeries_Threshold_Compare)
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) SetValue(fv float64)
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) String() string
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) Unmarshal(b []byte) error
- func (m *AlertingCondition_Spec_TimeSeries_Threshold) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorCompare
- func (AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorCompare) FieldPath() *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath
- func (s AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorCompare) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorCompare) WithValue(value AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue
- func (AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue) FieldPath() *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath
- func (s AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue) WithArrayOfValues(values []float64) *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue) WithValue(value float64) *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue
- type AlertingCondition_Spec_TimeSeries_Threshold_Compare
- func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) Descriptor() preflect.EnumDescriptor
- func (x AlertingCondition_Spec_TimeSeries_Threshold_Compare) Enum() *AlertingCondition_Spec_TimeSeries_Threshold_Compare
- func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) EnumDescriptor() ([]byte, []int)
- func (x AlertingCondition_Spec_TimeSeries_Threshold_Compare) Number() preflect.EnumNumber
- func (x AlertingCondition_Spec_TimeSeries_Threshold_Compare) String() string
- func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) Type() preflect.EnumType
- type AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) AppendPath(path AlertingConditionSpecTimeSeriesThreshold_FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) GetPaths() []AlertingConditionSpecTimeSeriesThreshold_FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Project(source *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_Spec_TimeSeries_Threshold
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Reset()
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries_Threshold)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Size() int
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) String() string
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Subtract(other *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_Trigger
- func (o *AlertingCondition_Spec_Trigger) Clone() *AlertingCondition_Spec_Trigger
- func (o *AlertingCondition_Spec_Trigger) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition_Spec_Trigger) Descriptor() ([]byte, []int)
- func (m *AlertingCondition_Spec_Trigger) GetType() AlertingCondition_Spec_Trigger_Type
- func (*AlertingCondition_Spec_Trigger) GotenMessage()
- func (o *AlertingCondition_Spec_Trigger) GotenObjectExt()
- func (obj *AlertingCondition_Spec_Trigger) GotenValidate() error
- func (o *AlertingCondition_Spec_Trigger) MakeDiffFieldMask(other *AlertingCondition_Spec_Trigger) *AlertingCondition_Spec_Trigger_FieldMask
- func (o *AlertingCondition_Spec_Trigger) MakeFullFieldMask() *AlertingCondition_Spec_Trigger_FieldMask
- func (o *AlertingCondition_Spec_Trigger) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition_Spec_Trigger) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition_Spec_Trigger) Marshal() ([]byte, error)
- func (m *AlertingCondition_Spec_Trigger) MarshalJSON() ([]byte, error)
- func (o *AlertingCondition_Spec_Trigger) Merge(source *AlertingCondition_Spec_Trigger)
- func (o *AlertingCondition_Spec_Trigger) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition_Spec_Trigger) ProtoMessage()
- func (m *AlertingCondition_Spec_Trigger) ProtoReflect() preflect.Message
- func (m *AlertingCondition_Spec_Trigger) Reset()
- func (m *AlertingCondition_Spec_Trigger) SetType(fv AlertingCondition_Spec_Trigger_Type)
- func (m *AlertingCondition_Spec_Trigger) String() string
- func (m *AlertingCondition_Spec_Trigger) Unmarshal(b []byte) error
- func (m *AlertingCondition_Spec_Trigger) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_TriggerPathSelectorType
- func (AlertingCondition_Spec_TriggerPathSelectorType) FieldPath() *AlertingConditionSpecTrigger_FieldTerminalPath
- func (s AlertingCondition_Spec_TriggerPathSelectorType) WithArrayOfValues(values []AlertingCondition_Spec_Trigger_Type) *AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_Spec_TriggerPathSelectorType) WithValue(value AlertingCondition_Spec_Trigger_Type) *AlertingConditionSpecTrigger_FieldTerminalPathValue
- type AlertingCondition_Spec_Trigger_FieldMask
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) AppendPath(path AlertingConditionSpecTrigger_FieldPath)
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) FilterInputFields() *AlertingCondition_Spec_Trigger_FieldMask
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) GetPaths() []AlertingConditionSpecTrigger_FieldPath
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_Spec_Trigger_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_Spec_Trigger_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Project(source *AlertingCondition_Spec_Trigger) *AlertingCondition_Spec_Trigger
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Reset()
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Set(target, source *AlertingCondition_Spec_Trigger)
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Size() int
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) String() string
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Subtract(other *AlertingCondition_Spec_Trigger_FieldMask) *AlertingCondition_Spec_Trigger_FieldMask
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) UnmarshalJSON(data []byte) error
- type AlertingCondition_Spec_Trigger_Type
- func (AlertingCondition_Spec_Trigger_Type) Descriptor() preflect.EnumDescriptor
- func (x AlertingCondition_Spec_Trigger_Type) Enum() *AlertingCondition_Spec_Trigger_Type
- func (AlertingCondition_Spec_Trigger_Type) EnumDescriptor() ([]byte, []int)
- func (x AlertingCondition_Spec_Trigger_Type) Number() preflect.EnumNumber
- func (x AlertingCondition_Spec_Trigger_Type) String() string
- func (AlertingCondition_Spec_Trigger_Type) Type() preflect.EnumType
- type AlertingCondition_State
- func (o *AlertingCondition_State) Clone() *AlertingCondition_State
- func (o *AlertingCondition_State) CloneRaw() gotenobject.GotenObjectExt
- func (*AlertingCondition_State) Descriptor() ([]byte, []int)
- func (m *AlertingCondition_State) GetFiringAlertsCount() int64
- func (*AlertingCondition_State) GotenMessage()
- func (o *AlertingCondition_State) GotenObjectExt()
- func (obj *AlertingCondition_State) GotenValidate() error
- func (o *AlertingCondition_State) MakeDiffFieldMask(other *AlertingCondition_State) *AlertingCondition_State_FieldMask
- func (o *AlertingCondition_State) MakeFullFieldMask() *AlertingCondition_State_FieldMask
- func (o *AlertingCondition_State) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *AlertingCondition_State) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *AlertingCondition_State) Marshal() ([]byte, error)
- func (m *AlertingCondition_State) MarshalJSON() ([]byte, error)
- func (o *AlertingCondition_State) Merge(source *AlertingCondition_State)
- func (o *AlertingCondition_State) MergeRaw(source gotenobject.GotenObjectExt)
- func (*AlertingCondition_State) ProtoMessage()
- func (m *AlertingCondition_State) ProtoReflect() preflect.Message
- func (m *AlertingCondition_State) Reset()
- func (m *AlertingCondition_State) SetFiringAlertsCount(fv int64)
- func (m *AlertingCondition_State) String() string
- func (m *AlertingCondition_State) Unmarshal(b []byte) error
- func (m *AlertingCondition_State) UnmarshalJSON(data []byte) error
- type AlertingCondition_StatePathSelectorFiringAlertsCount
- func (AlertingCondition_StatePathSelectorFiringAlertsCount) FieldPath() *AlertingConditionState_FieldTerminalPath
- func (s AlertingCondition_StatePathSelectorFiringAlertsCount) WithArrayOfValues(values []int64) *AlertingConditionState_FieldTerminalPathArrayOfValues
- func (s AlertingCondition_StatePathSelectorFiringAlertsCount) WithValue(value int64) *AlertingConditionState_FieldTerminalPathValue
- type AlertingCondition_State_FieldMask
- func (fieldMask *AlertingCondition_State_FieldMask) AppendPath(path AlertingConditionState_FieldPath)
- func (fieldMask *AlertingCondition_State_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *AlertingCondition_State_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *AlertingCondition_State_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *AlertingCondition_State_FieldMask) FilterInputFields() *AlertingCondition_State_FieldMask
- func (fieldMask *AlertingCondition_State_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *AlertingCondition_State_FieldMask) GetPaths() []AlertingConditionState_FieldPath
- func (fieldMask *AlertingCondition_State_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *AlertingCondition_State_FieldMask) IsFull() bool
- func (fieldMask AlertingCondition_State_FieldMask) Marshal() ([]byte, error)
- func (fieldMask AlertingCondition_State_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *AlertingCondition_State_FieldMask) PathsCount() int
- func (fieldMask *AlertingCondition_State_FieldMask) Project(source *AlertingCondition_State) *AlertingCondition_State
- func (fieldMask *AlertingCondition_State_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *AlertingCondition_State_FieldMask) ProtoMessage()
- func (fieldMask *AlertingCondition_State_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *AlertingCondition_State_FieldMask) Reset()
- func (fieldMask *AlertingCondition_State_FieldMask) Set(target, source *AlertingCondition_State)
- func (fieldMask *AlertingCondition_State_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *AlertingCondition_State_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *AlertingCondition_State_FieldMask) Size() int
- func (fieldMask *AlertingCondition_State_FieldMask) String() string
- func (fieldMask *AlertingCondition_State_FieldMask) Subtract(other *AlertingCondition_State_FieldMask) *AlertingCondition_State_FieldMask
- func (fieldMask *AlertingCondition_State_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *AlertingCondition_State_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *AlertingCondition_State_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *AlertingCondition_State_FieldMask) UnmarshalJSON(data []byte) error
- type Descriptor
- func (d *Descriptor) CanBeParentless() bool
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- func (d *Descriptor) SupportsMetadata() bool
- type Filter
- func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val
- func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
- func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
- func (filter *Filter) Equal(other ref.Val) ref.Val
- func (filter *Filter) Evaluate(res *AlertingCondition) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*AlertingCondition) (out []*AlertingCondition)
- 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() AlertingCondition_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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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) GetAlertingPolicyName() *alerting_policy.Name
- 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) 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) SetAlertingPolicy(parent *alerting_policy.Name) *NameBuilder
- func (b *NameBuilder) SetAlertingPolicyId(id string) *NameBuilder
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- func (b *NameBuilder) SetRegionId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *AlertingCondition) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *AlertingCondition_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted AlertingConditionList, elem *AlertingCondition) (AlertingConditionList, 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 AlertingConditionList)
- 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) GetAlertingPolicyName() *alerting_policy.Name
- 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) 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) GetAlertingPolicy() *alerting_policy.AlertingPolicy
- func (ref *ParentReference) GetAlertingPolicyReference() *alerting_policy.Reference
- 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) 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) GetAlertingCondition() *AlertingCondition
- 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 *AlertingCondition)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type SearchQuery
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project_Region_AlertingPolicy = "projects/{project}/regions/{region}/alertingPolicies/{alerting_policy}/alertingConditions/{alerting_condition}"
)
Variables ¶
var ( AlertingCondition_Spec_TimeSeries_Threshold_Compare_name = map[int32]string{ 0: "COMPARE_UNSPECIFIED", 1: "GT", 2: "LT", } AlertingCondition_Spec_TimeSeries_Threshold_Compare_value = map[string]int32{ "COMPARE_UNSPECIFIED": 0, "GT": 1, "LT": 2, } )
var ( AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator_name = map[int32]string{ 0: "OR", 1: "AND", } AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator_value = map[string]int32{ "OR": 0, "AND": 1, } )
var ( AlertingCondition_Spec_Trigger_Type_name = map[int32]string{ 0: "EACH", } AlertingCondition_Spec_Trigger_Type_value = map[string]int32{ "EACH": 0, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access AlertingConditionAccess) gotenresource.Access
Types ¶
type AlertingCondition ¶
type AlertingCondition struct { // Name of AlertingCondition // 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 Metadata *meta.Meta `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // Display Name DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` // Long description Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty" firestore:"description"` Spec *AlertingCondition_Spec `protobuf:"bytes,5,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` State *AlertingCondition_State `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty" firestore:"state"` // contains filtered or unexported fields }
AlertingCondition Resource
func (*AlertingCondition) Clone ¶
func (o *AlertingCondition) Clone() *AlertingCondition
func (*AlertingCondition) CloneRaw ¶
func (o *AlertingCondition) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition) Descriptor ¶
func (*AlertingCondition) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition.ProtoReflect.Descriptor instead.
func (*AlertingCondition) EnsureMetadata ¶ added in v1.0.21
func (r *AlertingCondition) EnsureMetadata() *meta.Meta
func (*AlertingCondition) GetDescription ¶
func (m *AlertingCondition) GetDescription() string
func (*AlertingCondition) GetDisplayName ¶
func (m *AlertingCondition) GetDisplayName() string
func (*AlertingCondition) GetMetadata ¶
func (m *AlertingCondition) GetMetadata() *meta.Meta
func (*AlertingCondition) GetName ¶
func (m *AlertingCondition) GetName() *Name
func (*AlertingCondition) GetRawName ¶
func (r *AlertingCondition) GetRawName() gotenresource.Name
func (*AlertingCondition) GetResourceDescriptor ¶
func (r *AlertingCondition) GetResourceDescriptor() gotenresource.Descriptor
func (*AlertingCondition) GetSpec ¶
func (m *AlertingCondition) GetSpec() *AlertingCondition_Spec
func (*AlertingCondition) GetState ¶
func (m *AlertingCondition) GetState() *AlertingCondition_State
func (*AlertingCondition) GotenMessage ¶
func (*AlertingCondition) GotenMessage()
func (*AlertingCondition) GotenObjectExt ¶
func (o *AlertingCondition) GotenObjectExt()
func (*AlertingCondition) GotenValidate ¶
func (obj *AlertingCondition) GotenValidate() error
func (*AlertingCondition) MakeDiffFieldMask ¶
func (o *AlertingCondition) MakeDiffFieldMask(other *AlertingCondition) *AlertingCondition_FieldMask
func (*AlertingCondition) MakeFullFieldMask ¶
func (o *AlertingCondition) MakeFullFieldMask() *AlertingCondition_FieldMask
func (*AlertingCondition) MakeRawDiffFieldMask ¶
func (o *AlertingCondition) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition) MakeRawFullFieldMask ¶
func (o *AlertingCondition) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition) Marshal ¶
func (m *AlertingCondition) Marshal() ([]byte, error)
func (*AlertingCondition) MarshalJSON ¶
func (m *AlertingCondition) MarshalJSON() ([]byte, error)
func (*AlertingCondition) MaybePopulateDefaults ¶
func (r *AlertingCondition) MaybePopulateDefaults() error
func (*AlertingCondition) Merge ¶
func (o *AlertingCondition) Merge(source *AlertingCondition)
func (*AlertingCondition) MergeRaw ¶
func (o *AlertingCondition) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition) ProtoMessage ¶
func (*AlertingCondition) ProtoMessage()
func (*AlertingCondition) ProtoReflect ¶
func (m *AlertingCondition) ProtoReflect() preflect.Message
func (*AlertingCondition) Reset ¶
func (m *AlertingCondition) Reset()
func (*AlertingCondition) SetDescription ¶
func (m *AlertingCondition) SetDescription(fv string)
func (*AlertingCondition) SetDisplayName ¶
func (m *AlertingCondition) SetDisplayName(fv string)
func (*AlertingCondition) SetMetadata ¶
func (m *AlertingCondition) SetMetadata(fv *meta.Meta)
func (*AlertingCondition) SetName ¶
func (m *AlertingCondition) SetName(fv *Name)
func (*AlertingCondition) SetSpec ¶
func (m *AlertingCondition) SetSpec(fv *AlertingCondition_Spec)
func (*AlertingCondition) SetState ¶
func (m *AlertingCondition) SetState(fv *AlertingCondition_State)
func (*AlertingCondition) String ¶
func (m *AlertingCondition) String() string
func (*AlertingCondition) Unmarshal ¶
func (m *AlertingCondition) Unmarshal(b []byte) error
func (*AlertingCondition) UnmarshalJSON ¶
func (m *AlertingCondition) UnmarshalJSON(data []byte) error
type AlertingConditionAccess ¶
type AlertingConditionAccess interface { GetAlertingCondition(context.Context, *GetQuery) (*AlertingCondition, error) BatchGetAlertingConditions(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryAlertingConditions(context.Context, *ListQuery) (*QueryResultSnapshot, error) SearchAlertingConditions(context.Context, *SearchQuery) (*QueryResultSnapshot, error) WatchAlertingCondition(context.Context, *GetQuery, func(*AlertingConditionChange) error) error WatchAlertingConditions(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveAlertingCondition(context.Context, *AlertingCondition, ...gotenresource.SaveOption) error DeleteAlertingCondition(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type AlertingConditionChange ¶
type AlertingConditionChange struct { // AlertingCondition change // // Types that are valid to be assigned to ChangeType: // *AlertingConditionChange_Added_ // *AlertingConditionChange_Modified_ // *AlertingConditionChange_Current_ // *AlertingConditionChange_Removed_ ChangeType isAlertingConditionChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
AlertingConditionChange is used by Watch notifications Responses to describe change of single AlertingCondition One of Added, Modified, Removed
func (*AlertingConditionChange) Descriptor ¶
func (*AlertingConditionChange) Descriptor() ([]byte, []int)
Deprecated, Use AlertingConditionChange.ProtoReflect.Descriptor instead.
func (*AlertingConditionChange) GetAdded ¶
func (m *AlertingConditionChange) GetAdded() *AlertingConditionChange_Added
func (*AlertingConditionChange) GetAlertingCondition ¶
func (c *AlertingConditionChange) GetAlertingCondition() *AlertingCondition
func (*AlertingConditionChange) GetAlertingConditionName ¶
func (c *AlertingConditionChange) GetAlertingConditionName() *Name
func (*AlertingConditionChange) GetChangeType ¶
func (m *AlertingConditionChange) GetChangeType() isAlertingConditionChange_ChangeType
func (*AlertingConditionChange) GetCurrent ¶
func (m *AlertingConditionChange) GetCurrent() *AlertingConditionChange_Current
func (*AlertingConditionChange) GetCurrentViewIndex ¶
func (c *AlertingConditionChange) GetCurrentViewIndex() int32
func (*AlertingConditionChange) GetModified ¶
func (m *AlertingConditionChange) GetModified() *AlertingConditionChange_Modified
func (*AlertingConditionChange) GetPreviousViewIndex ¶
func (c *AlertingConditionChange) GetPreviousViewIndex() int32
func (*AlertingConditionChange) GetRawName ¶
func (c *AlertingConditionChange) GetRawName() gotenresource.Name
func (*AlertingConditionChange) GetRawResource ¶ added in v0.5.1
func (c *AlertingConditionChange) GetRawResource() gotenresource.Resource
func (*AlertingConditionChange) GetRemoved ¶
func (m *AlertingConditionChange) GetRemoved() *AlertingConditionChange_Removed
func (*AlertingConditionChange) GotenMessage ¶
func (*AlertingConditionChange) GotenMessage()
func (*AlertingConditionChange) GotenValidate ¶
func (obj *AlertingConditionChange) GotenValidate() error
func (*AlertingConditionChange) IsAdd ¶
func (c *AlertingConditionChange) IsAdd() bool
func (*AlertingConditionChange) IsCurrent ¶
func (c *AlertingConditionChange) IsCurrent() bool
func (*AlertingConditionChange) IsDelete ¶
func (c *AlertingConditionChange) IsDelete() bool
func (*AlertingConditionChange) IsModify ¶
func (c *AlertingConditionChange) IsModify() bool
func (*AlertingConditionChange) Marshal ¶
func (m *AlertingConditionChange) Marshal() ([]byte, error)
func (*AlertingConditionChange) MarshalJSON ¶
func (m *AlertingConditionChange) MarshalJSON() ([]byte, error)
func (*AlertingConditionChange) ProtoMessage ¶
func (*AlertingConditionChange) ProtoMessage()
func (*AlertingConditionChange) ProtoReflect ¶
func (m *AlertingConditionChange) ProtoReflect() preflect.Message
func (*AlertingConditionChange) Reset ¶
func (m *AlertingConditionChange) Reset()
func (*AlertingConditionChange) SetAdded ¶
func (m *AlertingConditionChange) SetAdded(fv *AlertingConditionChange_Added)
func (*AlertingConditionChange) SetAddedRaw ¶
func (c *AlertingConditionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*AlertingConditionChange) SetChangeType ¶
func (m *AlertingConditionChange) SetChangeType(ofv isAlertingConditionChange_ChangeType)
func (*AlertingConditionChange) SetCurrent ¶
func (m *AlertingConditionChange) SetCurrent(fv *AlertingConditionChange_Current)
func (*AlertingConditionChange) SetCurrentRaw ¶
func (c *AlertingConditionChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*AlertingConditionChange) SetDeletedRaw ¶
func (c *AlertingConditionChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*AlertingConditionChange) SetModified ¶
func (m *AlertingConditionChange) SetModified(fv *AlertingConditionChange_Modified)
func (*AlertingConditionChange) SetModifiedRaw ¶
func (c *AlertingConditionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*AlertingConditionChange) SetRemoved ¶
func (m *AlertingConditionChange) SetRemoved(fv *AlertingConditionChange_Removed)
func (*AlertingConditionChange) String ¶
func (m *AlertingConditionChange) String() string
func (*AlertingConditionChange) Unmarshal ¶
func (m *AlertingConditionChange) Unmarshal(b []byte) error
func (*AlertingConditionChange) UnmarshalJSON ¶
func (m *AlertingConditionChange) UnmarshalJSON(data []byte) error
type AlertingConditionChangeList ¶
type AlertingConditionChangeList []*AlertingConditionChange
func (AlertingConditionChangeList) Append ¶
func (l AlertingConditionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (AlertingConditionChangeList) AppendList ¶
func (l AlertingConditionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (AlertingConditionChangeList) At ¶
func (l AlertingConditionChangeList) At(idx int) gotenresource.ResourceChange
func (AlertingConditionChangeList) Length ¶
func (l AlertingConditionChangeList) Length() int
func (AlertingConditionChangeList) Set ¶
func (l AlertingConditionChangeList) Set(idx int, change gotenresource.ResourceChange)
func (AlertingConditionChangeList) Slice ¶
func (l AlertingConditionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type AlertingConditionChangeMap ¶
type AlertingConditionChangeMap map[Name]*AlertingConditionChange
func (AlertingConditionChangeMap) Delete ¶
func (m AlertingConditionChangeMap) Delete(name gotenresource.Name)
func (AlertingConditionChangeMap) ForEach ¶
func (m AlertingConditionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (AlertingConditionChangeMap) Get ¶
func (m AlertingConditionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (AlertingConditionChangeMap) Length ¶
func (m AlertingConditionChangeMap) Length() int
func (AlertingConditionChangeMap) Set ¶
func (m AlertingConditionChangeMap) Set(change gotenresource.ResourceChange)
type AlertingConditionChange_Added ¶
type AlertingConditionChange_Added struct { AlertingCondition *AlertingCondition `` /* 142-byte string literal not displayed */ // Integer describing index of added AlertingCondition 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 }
AlertingCondition has been added to query view
func (*AlertingConditionChange_Added) Descriptor ¶
func (*AlertingConditionChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use AlertingConditionChange_Added.ProtoReflect.Descriptor instead.
func (*AlertingConditionChange_Added) GetAlertingCondition ¶
func (m *AlertingConditionChange_Added) GetAlertingCondition() *AlertingCondition
func (*AlertingConditionChange_Added) GetViewIndex ¶
func (m *AlertingConditionChange_Added) GetViewIndex() int32
func (*AlertingConditionChange_Added) GotenMessage ¶
func (*AlertingConditionChange_Added) GotenMessage()
func (*AlertingConditionChange_Added) GotenValidate ¶
func (obj *AlertingConditionChange_Added) GotenValidate() error
func (*AlertingConditionChange_Added) Marshal ¶
func (m *AlertingConditionChange_Added) Marshal() ([]byte, error)
func (*AlertingConditionChange_Added) MarshalJSON ¶
func (m *AlertingConditionChange_Added) MarshalJSON() ([]byte, error)
func (*AlertingConditionChange_Added) ProtoMessage ¶
func (*AlertingConditionChange_Added) ProtoMessage()
func (*AlertingConditionChange_Added) ProtoReflect ¶
func (m *AlertingConditionChange_Added) ProtoReflect() preflect.Message
func (*AlertingConditionChange_Added) Reset ¶
func (m *AlertingConditionChange_Added) Reset()
func (*AlertingConditionChange_Added) SetAlertingCondition ¶
func (m *AlertingConditionChange_Added) SetAlertingCondition(fv *AlertingCondition)
func (*AlertingConditionChange_Added) SetViewIndex ¶
func (m *AlertingConditionChange_Added) SetViewIndex(fv int32)
func (*AlertingConditionChange_Added) String ¶
func (m *AlertingConditionChange_Added) String() string
func (*AlertingConditionChange_Added) Unmarshal ¶
func (m *AlertingConditionChange_Added) Unmarshal(b []byte) error
func (*AlertingConditionChange_Added) UnmarshalJSON ¶
func (m *AlertingConditionChange_Added) UnmarshalJSON(data []byte) error
type AlertingConditionChange_Added_ ¶
type AlertingConditionChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *AlertingConditionChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type AlertingConditionChange_Current ¶
type AlertingConditionChange_Current struct { AlertingCondition *AlertingCondition `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
AlertingCondition has been added or modified in a query view. Version used for stateless watching
func (*AlertingConditionChange_Current) Descriptor ¶
func (*AlertingConditionChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use AlertingConditionChange_Current.ProtoReflect.Descriptor instead.
func (*AlertingConditionChange_Current) GetAlertingCondition ¶
func (m *AlertingConditionChange_Current) GetAlertingCondition() *AlertingCondition
func (*AlertingConditionChange_Current) GotenMessage ¶
func (*AlertingConditionChange_Current) GotenMessage()
func (*AlertingConditionChange_Current) GotenValidate ¶
func (obj *AlertingConditionChange_Current) GotenValidate() error
func (*AlertingConditionChange_Current) Marshal ¶
func (m *AlertingConditionChange_Current) Marshal() ([]byte, error)
func (*AlertingConditionChange_Current) MarshalJSON ¶
func (m *AlertingConditionChange_Current) MarshalJSON() ([]byte, error)
func (*AlertingConditionChange_Current) ProtoMessage ¶
func (*AlertingConditionChange_Current) ProtoMessage()
func (*AlertingConditionChange_Current) ProtoReflect ¶
func (m *AlertingConditionChange_Current) ProtoReflect() preflect.Message
func (*AlertingConditionChange_Current) Reset ¶
func (m *AlertingConditionChange_Current) Reset()
func (*AlertingConditionChange_Current) SetAlertingCondition ¶
func (m *AlertingConditionChange_Current) SetAlertingCondition(fv *AlertingCondition)
func (*AlertingConditionChange_Current) String ¶
func (m *AlertingConditionChange_Current) String() string
func (*AlertingConditionChange_Current) Unmarshal ¶
func (m *AlertingConditionChange_Current) Unmarshal(b []byte) error
func (*AlertingConditionChange_Current) UnmarshalJSON ¶
func (m *AlertingConditionChange_Current) UnmarshalJSON(data []byte) error
type AlertingConditionChange_Current_ ¶
type AlertingConditionChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *AlertingConditionChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type AlertingConditionChange_Modified ¶
type AlertingConditionChange_Modified struct { // Name of modified AlertingCondition Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of AlertingCondition or masked difference, depending on // mask_changes instrumentation of issued [WatchAlertingConditionRequest] or // [WatchAlertingConditionsRequest] AlertingCondition *AlertingCondition `` /* 142-byte string literal not displayed */ // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *AlertingCondition_FieldMask `` /* 149-byte string literal not displayed */ // Previous view index specifies previous position of modified // AlertingCondition. When modification doesn't affect sorted order, value // will remain identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying AlertingCondition 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 }
AlertingCondition changed some of it's fields - contains either full document or masked change
func (*AlertingConditionChange_Modified) Descriptor ¶
func (*AlertingConditionChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use AlertingConditionChange_Modified.ProtoReflect.Descriptor instead.
func (*AlertingConditionChange_Modified) GetAlertingCondition ¶
func (m *AlertingConditionChange_Modified) GetAlertingCondition() *AlertingCondition
func (*AlertingConditionChange_Modified) GetFieldMask ¶
func (m *AlertingConditionChange_Modified) GetFieldMask() *AlertingCondition_FieldMask
func (*AlertingConditionChange_Modified) GetName ¶
func (m *AlertingConditionChange_Modified) GetName() *Name
func (*AlertingConditionChange_Modified) GetPreviousViewIndex ¶
func (m *AlertingConditionChange_Modified) GetPreviousViewIndex() int32
func (*AlertingConditionChange_Modified) GetViewIndex ¶
func (m *AlertingConditionChange_Modified) GetViewIndex() int32
func (*AlertingConditionChange_Modified) GotenMessage ¶
func (*AlertingConditionChange_Modified) GotenMessage()
func (*AlertingConditionChange_Modified) GotenValidate ¶
func (obj *AlertingConditionChange_Modified) GotenValidate() error
func (*AlertingConditionChange_Modified) Marshal ¶
func (m *AlertingConditionChange_Modified) Marshal() ([]byte, error)
func (*AlertingConditionChange_Modified) MarshalJSON ¶
func (m *AlertingConditionChange_Modified) MarshalJSON() ([]byte, error)
func (*AlertingConditionChange_Modified) ProtoMessage ¶
func (*AlertingConditionChange_Modified) ProtoMessage()
func (*AlertingConditionChange_Modified) ProtoReflect ¶
func (m *AlertingConditionChange_Modified) ProtoReflect() preflect.Message
func (*AlertingConditionChange_Modified) Reset ¶
func (m *AlertingConditionChange_Modified) Reset()
func (*AlertingConditionChange_Modified) SetAlertingCondition ¶
func (m *AlertingConditionChange_Modified) SetAlertingCondition(fv *AlertingCondition)
func (*AlertingConditionChange_Modified) SetFieldMask ¶
func (m *AlertingConditionChange_Modified) SetFieldMask(fv *AlertingCondition_FieldMask)
func (*AlertingConditionChange_Modified) SetName ¶
func (m *AlertingConditionChange_Modified) SetName(fv *Name)
func (*AlertingConditionChange_Modified) SetPreviousViewIndex ¶
func (m *AlertingConditionChange_Modified) SetPreviousViewIndex(fv int32)
func (*AlertingConditionChange_Modified) SetViewIndex ¶
func (m *AlertingConditionChange_Modified) SetViewIndex(fv int32)
func (*AlertingConditionChange_Modified) String ¶
func (m *AlertingConditionChange_Modified) String() string
func (*AlertingConditionChange_Modified) Unmarshal ¶
func (m *AlertingConditionChange_Modified) Unmarshal(b []byte) error
func (*AlertingConditionChange_Modified) UnmarshalJSON ¶
func (m *AlertingConditionChange_Modified) UnmarshalJSON(data []byte) error
type AlertingConditionChange_Modified_ ¶
type AlertingConditionChange_Modified_ struct { // Modified is returned when watched document is modified Modified *AlertingConditionChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type AlertingConditionChange_Removed ¶
type AlertingConditionChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed AlertingCondition 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 AlertingCondition is deleted or leaves Query view
func (*AlertingConditionChange_Removed) Descriptor ¶
func (*AlertingConditionChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use AlertingConditionChange_Removed.ProtoReflect.Descriptor instead.
func (*AlertingConditionChange_Removed) GetName ¶
func (m *AlertingConditionChange_Removed) GetName() *Name
func (*AlertingConditionChange_Removed) GetViewIndex ¶
func (m *AlertingConditionChange_Removed) GetViewIndex() int32
func (*AlertingConditionChange_Removed) GotenMessage ¶
func (*AlertingConditionChange_Removed) GotenMessage()
func (*AlertingConditionChange_Removed) GotenValidate ¶
func (obj *AlertingConditionChange_Removed) GotenValidate() error
func (*AlertingConditionChange_Removed) Marshal ¶
func (m *AlertingConditionChange_Removed) Marshal() ([]byte, error)
func (*AlertingConditionChange_Removed) MarshalJSON ¶
func (m *AlertingConditionChange_Removed) MarshalJSON() ([]byte, error)
func (*AlertingConditionChange_Removed) ProtoMessage ¶
func (*AlertingConditionChange_Removed) ProtoMessage()
func (*AlertingConditionChange_Removed) ProtoReflect ¶
func (m *AlertingConditionChange_Removed) ProtoReflect() preflect.Message
func (*AlertingConditionChange_Removed) Reset ¶
func (m *AlertingConditionChange_Removed) Reset()
func (*AlertingConditionChange_Removed) SetName ¶
func (m *AlertingConditionChange_Removed) SetName(fv *Name)
func (*AlertingConditionChange_Removed) SetViewIndex ¶
func (m *AlertingConditionChange_Removed) SetViewIndex(fv int32)
func (*AlertingConditionChange_Removed) String ¶
func (m *AlertingConditionChange_Removed) String() string
func (*AlertingConditionChange_Removed) Unmarshal ¶
func (m *AlertingConditionChange_Removed) Unmarshal(b []byte) error
func (*AlertingConditionChange_Removed) UnmarshalJSON ¶
func (m *AlertingConditionChange_Removed) UnmarshalJSON(data []byte) error
type AlertingConditionChange_Removed_ ¶
type AlertingConditionChange_Removed_ struct { // Removed is returned when AlertingCondition is deleted or leaves Query // view Removed *AlertingConditionChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type AlertingConditionFieldPathBuilder ¶
type AlertingConditionFieldPathBuilder struct{}
func NewAlertingConditionFieldPathBuilder ¶
func NewAlertingConditionFieldPathBuilder() AlertingConditionFieldPathBuilder
func (AlertingConditionFieldPathBuilder) Description ¶
func (AlertingConditionFieldPathBuilder) Description() AlertingConditionPathSelectorDescription
func (AlertingConditionFieldPathBuilder) DisplayName ¶
func (AlertingConditionFieldPathBuilder) DisplayName() AlertingConditionPathSelectorDisplayName
func (AlertingConditionFieldPathBuilder) Metadata ¶
func (AlertingConditionFieldPathBuilder) Metadata() AlertingConditionPathSelectorMetadata
type AlertingConditionList ¶
type AlertingConditionList []*AlertingCondition
func (AlertingConditionList) Append ¶
func (l AlertingConditionList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (AlertingConditionList) AppendList ¶
func (l AlertingConditionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (AlertingConditionList) At ¶
func (l AlertingConditionList) At(idx int) gotenresource.Resource
func (AlertingConditionList) Length ¶
func (l AlertingConditionList) Length() int
func (AlertingConditionList) Set ¶
func (l AlertingConditionList) Set(idx int, res gotenresource.Resource)
func (AlertingConditionList) Slice ¶
func (l AlertingConditionList) Slice(first, second int) gotenresource.ResourceList
type AlertingConditionMap ¶
type AlertingConditionMap map[Name]*AlertingCondition
func (AlertingConditionMap) Delete ¶
func (m AlertingConditionMap) Delete(name gotenresource.Name)
func (AlertingConditionMap) ForEach ¶
func (m AlertingConditionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (AlertingConditionMap) Get ¶
func (m AlertingConditionMap) Get(name gotenresource.Name) gotenresource.Resource
func (AlertingConditionMap) Length ¶
func (m AlertingConditionMap) Length() int
func (AlertingConditionMap) Set ¶
func (m AlertingConditionMap) Set(res gotenresource.Resource)
type AlertingConditionMapPathSelectorMetadataAnnotations ¶
type AlertingConditionMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (AlertingConditionMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s AlertingConditionMapPathSelectorMetadataAnnotations) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s AlertingConditionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionMapPathSelectorMetadataAnnotations) WithValue ¶
func (s AlertingConditionMapPathSelectorMetadataAnnotations) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionMapPathSelectorMetadataLabels ¶
type AlertingConditionMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (AlertingConditionMapPathSelectorMetadataLabels) FieldPath ¶
func (s AlertingConditionMapPathSelectorMetadataLabels) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s AlertingConditionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionMapPathSelectorMetadataLabels) WithValue ¶
func (s AlertingConditionMapPathSelectorMetadataLabels) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionMapPathSelectorMetadataShards ¶
type AlertingConditionMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (AlertingConditionMapPathSelectorMetadataShards) FieldPath ¶
func (s AlertingConditionMapPathSelectorMetadataShards) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s AlertingConditionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionMapPathSelectorMetadataShards) WithValue ¶
func (s AlertingConditionMapPathSelectorMetadataShards) WithValue(value int64) *AlertingCondition_FieldSubPathValue
type AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric ¶
type AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric struct {
// contains filtered or unexported fields
}
func (AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues ¶
func (s AlertingConditionMapPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels ¶
type AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels struct {
// contains filtered or unexported fields
}
func (AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithValue ¶
func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithValue(value *common.Strings) *AlertingCondition_FieldSubPathValue
type AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels ¶
type AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels struct {
// contains filtered or unexported fields
}
func (AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithValue ¶
func (s AlertingConditionMapPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithValue(value *common.Strings) *AlertingCondition_FieldSubPathValue
type AlertingConditionNameList ¶
type AlertingConditionNameList []*Name
func (AlertingConditionNameList) Append ¶
func (l AlertingConditionNameList) Append(name gotenresource.Name) gotenresource.NameList
func (AlertingConditionNameList) AppendList ¶
func (l AlertingConditionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (AlertingConditionNameList) At ¶
func (l AlertingConditionNameList) At(idx int) gotenresource.Name
func (AlertingConditionNameList) Length ¶
func (l AlertingConditionNameList) Length() int
func (AlertingConditionNameList) Set ¶
func (l AlertingConditionNameList) Set(idx int, name gotenresource.Name)
func (AlertingConditionNameList) Slice ¶
func (l AlertingConditionNameList) Slice(first, second int) gotenresource.NameList
type AlertingConditionParentNameList ¶
type AlertingConditionParentNameList []*ParentName
func (AlertingConditionParentNameList) Append ¶
func (l AlertingConditionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (AlertingConditionParentNameList) AppendList ¶
func (l AlertingConditionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (AlertingConditionParentNameList) At ¶
func (l AlertingConditionParentNameList) At(idx int) gotenresource.Name
func (AlertingConditionParentNameList) Length ¶
func (l AlertingConditionParentNameList) Length() int
func (AlertingConditionParentNameList) Set ¶
func (l AlertingConditionParentNameList) Set(idx int, name gotenresource.Name)
func (AlertingConditionParentNameList) Slice ¶
func (l AlertingConditionParentNameList) Slice(first, second int) gotenresource.ParentNameList
type AlertingConditionParentReferenceList ¶
type AlertingConditionParentReferenceList []*ParentReference
func (AlertingConditionParentReferenceList) Append ¶
func (l AlertingConditionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (AlertingConditionParentReferenceList) AppendList ¶
func (l AlertingConditionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (AlertingConditionParentReferenceList) At ¶
func (l AlertingConditionParentReferenceList) At(idx int) gotenresource.Reference
func (AlertingConditionParentReferenceList) Length ¶
func (l AlertingConditionParentReferenceList) Length() int
func (AlertingConditionParentReferenceList) Set ¶
func (l AlertingConditionParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (AlertingConditionParentReferenceList) Slice ¶
func (l AlertingConditionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type AlertingConditionPathSelectorDescription ¶
type AlertingConditionPathSelectorDescription struct{}
func (AlertingConditionPathSelectorDescription) FieldPath ¶
func (AlertingConditionPathSelectorDescription) FieldPath() *AlertingCondition_FieldTerminalPath
func (AlertingConditionPathSelectorDescription) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorDescription) WithArrayOfValues(values []string) *AlertingCondition_FieldTerminalPathArrayOfValues
func (AlertingConditionPathSelectorDescription) WithValue ¶
func (s AlertingConditionPathSelectorDescription) WithValue(value string) *AlertingCondition_FieldTerminalPathValue
type AlertingConditionPathSelectorDisplayName ¶
type AlertingConditionPathSelectorDisplayName struct{}
func (AlertingConditionPathSelectorDisplayName) FieldPath ¶
func (AlertingConditionPathSelectorDisplayName) FieldPath() *AlertingCondition_FieldTerminalPath
func (AlertingConditionPathSelectorDisplayName) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorDisplayName) WithArrayOfValues(values []string) *AlertingCondition_FieldTerminalPathArrayOfValues
func (AlertingConditionPathSelectorDisplayName) WithValue ¶
func (s AlertingConditionPathSelectorDisplayName) WithValue(value string) *AlertingCondition_FieldTerminalPathValue
type AlertingConditionPathSelectorMetadata ¶
type AlertingConditionPathSelectorMetadata struct{}
func (AlertingConditionPathSelectorMetadata) Annotations ¶
func (AlertingConditionPathSelectorMetadata) Annotations() AlertingConditionPathSelectorMetadataAnnotations
func (AlertingConditionPathSelectorMetadata) CreateTime ¶
func (AlertingConditionPathSelectorMetadata) CreateTime() AlertingConditionPathSelectorMetadataCreateTime
func (AlertingConditionPathSelectorMetadata) DeleteTime ¶ added in v0.8.0
func (AlertingConditionPathSelectorMetadata) DeleteTime() AlertingConditionPathSelectorMetadataDeleteTime
func (AlertingConditionPathSelectorMetadata) FieldPath ¶
func (AlertingConditionPathSelectorMetadata) FieldPath() *AlertingCondition_FieldTerminalPath
func (AlertingConditionPathSelectorMetadata) Generation ¶
func (AlertingConditionPathSelectorMetadata) Generation() AlertingConditionPathSelectorMetadataGeneration
func (AlertingConditionPathSelectorMetadata) OwnerReferences ¶
func (AlertingConditionPathSelectorMetadata) OwnerReferences() AlertingConditionPathSelectorMetadataOwnerReferences
func (AlertingConditionPathSelectorMetadata) ResourceVersion ¶
func (AlertingConditionPathSelectorMetadata) ResourceVersion() AlertingConditionPathSelectorMetadataResourceVersion
func (AlertingConditionPathSelectorMetadata) UpdateTime ¶
func (AlertingConditionPathSelectorMetadata) UpdateTime() AlertingConditionPathSelectorMetadataUpdateTime
func (AlertingConditionPathSelectorMetadata) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *AlertingCondition_FieldTerminalPathArrayOfValues
func (AlertingConditionPathSelectorMetadata) WithSubArrayItemValue ¶
func (s AlertingConditionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorMetadata) WithSubArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadata) WithSubPath ¶
func (AlertingConditionPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadata) WithSubValue ¶
func (s AlertingConditionPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *AlertingCondition_FieldSubPathValue
func (AlertingConditionPathSelectorMetadata) WithValue ¶
func (s AlertingConditionPathSelectorMetadata) WithValue(value *meta.Meta) *AlertingCondition_FieldTerminalPathValue
type AlertingConditionPathSelectorMetadataAnnotations ¶
type AlertingConditionPathSelectorMetadataAnnotations struct{}
func (AlertingConditionPathSelectorMetadataAnnotations) FieldPath ¶
func (AlertingConditionPathSelectorMetadataAnnotations) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataAnnotations) WithValue ¶
func (s AlertingConditionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataCreateTime ¶
type AlertingConditionPathSelectorMetadataCreateTime struct{}
func (AlertingConditionPathSelectorMetadataCreateTime) FieldPath ¶
func (AlertingConditionPathSelectorMetadataCreateTime) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataCreateTime) WithValue ¶
func (s AlertingConditionPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataDeleteTime ¶ added in v0.8.0
type AlertingConditionPathSelectorMetadataDeleteTime struct{}
func (AlertingConditionPathSelectorMetadataDeleteTime) FieldPath ¶ added in v0.8.0
func (AlertingConditionPathSelectorMetadataDeleteTime) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataGeneration ¶
type AlertingConditionPathSelectorMetadataGeneration struct{}
func (AlertingConditionPathSelectorMetadataGeneration) FieldPath ¶
func (AlertingConditionPathSelectorMetadataGeneration) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataGeneration) WithValue ¶
func (s AlertingConditionPathSelectorMetadataGeneration) WithValue(value int64) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataLabels ¶
type AlertingConditionPathSelectorMetadataLabels struct{}
func (AlertingConditionPathSelectorMetadataLabels) FieldPath ¶
func (AlertingConditionPathSelectorMetadataLabels) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataLabels) WithValue ¶
func (s AlertingConditionPathSelectorMetadataLabels) WithValue(value map[string]string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataLifecycle ¶ added in v0.8.0
type AlertingConditionPathSelectorMetadataLifecycle struct{}
func (AlertingConditionPathSelectorMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (AlertingConditionPathSelectorMetadataLifecycle) FieldPath ¶ added in v0.8.0
func (AlertingConditionPathSelectorMetadataLifecycle) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataLifecycleBlockDeletion ¶ added in v0.8.0
type AlertingConditionPathSelectorMetadataLifecycleBlockDeletion struct{}
func (AlertingConditionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataLifecycleState ¶ added in v0.8.0
type AlertingConditionPathSelectorMetadataLifecycleState struct{}
func (AlertingConditionPathSelectorMetadataLifecycleState) FieldPath ¶ added in v0.8.0
func (AlertingConditionPathSelectorMetadataLifecycleState) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataLifecycleState) WithArrayOfValues ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataLifecycleState) WithValue ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataOwnerReferences ¶
type AlertingConditionPathSelectorMetadataOwnerReferences struct{}
func (AlertingConditionPathSelectorMetadataOwnerReferences) Controller ¶
func (AlertingConditionPathSelectorMetadataOwnerReferences) FieldPath ¶
func (AlertingConditionPathSelectorMetadataOwnerReferences) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (AlertingConditionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (AlertingConditionPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorMetadataOwnerReferences) WithValue ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataOwnerReferencesController ¶
type AlertingConditionPathSelectorMetadataOwnerReferencesController struct{}
func (AlertingConditionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataOwnerReferencesKind ¶
type AlertingConditionPathSelectorMetadataOwnerReferencesKind struct{}
func (AlertingConditionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataOwnerReferencesName ¶
type AlertingConditionPathSelectorMetadataOwnerReferencesName struct{}
func (AlertingConditionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s AlertingConditionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataOwnerReferencesRegion ¶ added in v0.8.0
type AlertingConditionPathSelectorMetadataOwnerReferencesRegion struct{}
func (AlertingConditionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataOwnerReferencesRegion) WithValue ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶ added in v0.8.0
type AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶ added in v0.8.0
func (AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataOwnerReferencesVersion ¶ added in v0.8.0
type AlertingConditionPathSelectorMetadataOwnerReferencesVersion struct{}
func (AlertingConditionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataOwnerReferencesVersion) WithValue ¶ added in v0.8.0
func (s AlertingConditionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataResourceVersion ¶
type AlertingConditionPathSelectorMetadataResourceVersion struct{}
func (AlertingConditionPathSelectorMetadataResourceVersion) FieldPath ¶
func (AlertingConditionPathSelectorMetadataResourceVersion) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataResourceVersion) WithValue ¶
func (s AlertingConditionPathSelectorMetadataResourceVersion) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataServices ¶ added in v1.0.21
type AlertingConditionPathSelectorMetadataServices struct{}
func (AlertingConditionPathSelectorMetadataServices) AllowedServices ¶ added in v1.0.21
func (AlertingConditionPathSelectorMetadataServices) FieldPath ¶ added in v1.0.21
func (AlertingConditionPathSelectorMetadataServices) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataServices) OwningService ¶ added in v1.0.21
func (AlertingConditionPathSelectorMetadataServices) WithArrayOfValues ¶ added in v1.0.21
func (s AlertingConditionPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataServices) WithValue ¶ added in v1.0.21
func (s AlertingConditionPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataServicesAllowedServices ¶ added in v1.0.21
type AlertingConditionPathSelectorMetadataServicesAllowedServices struct{}
func (AlertingConditionPathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶ added in v1.0.21
func (s AlertingConditionPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataServicesAllowedServices) WithItemValue ¶ added in v1.0.21
func (s AlertingConditionPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorMetadataServicesAllowedServices) WithValue ¶ added in v1.0.21
func (s AlertingConditionPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataServicesOwningService ¶ added in v1.0.21
type AlertingConditionPathSelectorMetadataServicesOwningService struct{}
func (AlertingConditionPathSelectorMetadataServicesOwningService) WithArrayOfValues ¶ added in v1.0.21
func (s AlertingConditionPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataServicesOwningService) WithValue ¶ added in v1.0.21
func (s AlertingConditionPathSelectorMetadataServicesOwningService) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataShards ¶
type AlertingConditionPathSelectorMetadataShards struct{}
func (AlertingConditionPathSelectorMetadataShards) FieldPath ¶
func (AlertingConditionPathSelectorMetadataShards) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataShards) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataShards) WithValue ¶
func (s AlertingConditionPathSelectorMetadataShards) WithValue(value map[string]int64) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataSyncing ¶
type AlertingConditionPathSelectorMetadataSyncing struct{}
func (AlertingConditionPathSelectorMetadataSyncing) FieldPath ¶
func (AlertingConditionPathSelectorMetadataSyncing) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataSyncing) OwningRegion ¶
func (AlertingConditionPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataSyncing) WithValue ¶
func (s AlertingConditionPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataSyncingOwningRegion ¶
type AlertingConditionPathSelectorMetadataSyncingOwningRegion struct{}
func (AlertingConditionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s AlertingConditionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataSyncingRegions ¶
type AlertingConditionPathSelectorMetadataSyncingRegions struct{}
func (AlertingConditionPathSelectorMetadataSyncingRegions) FieldPath ¶
func (AlertingConditionPathSelectorMetadataSyncingRegions) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s AlertingConditionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorMetadataSyncingRegions) WithValue ¶
func (s AlertingConditionPathSelectorMetadataSyncingRegions) WithValue(value []string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataTags ¶
type AlertingConditionPathSelectorMetadataTags struct{}
func (AlertingConditionPathSelectorMetadataTags) FieldPath ¶
func (AlertingConditionPathSelectorMetadataTags) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataTags) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataTags) WithItemValue ¶
func (s AlertingConditionPathSelectorMetadataTags) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorMetadataTags) WithValue ¶
func (s AlertingConditionPathSelectorMetadataTags) WithValue(value []string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataUpdateTime ¶
type AlertingConditionPathSelectorMetadataUpdateTime struct{}
func (AlertingConditionPathSelectorMetadataUpdateTime) FieldPath ¶
func (AlertingConditionPathSelectorMetadataUpdateTime) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataUpdateTime) WithValue ¶
func (s AlertingConditionPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorMetadataUuid ¶
type AlertingConditionPathSelectorMetadataUuid struct{}
func (AlertingConditionPathSelectorMetadataUuid) FieldPath ¶
func (AlertingConditionPathSelectorMetadataUuid) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorMetadataUuid) WithValue ¶
func (s AlertingConditionPathSelectorMetadataUuid) WithValue(value string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorName ¶
type AlertingConditionPathSelectorName struct{}
func (AlertingConditionPathSelectorName) FieldPath ¶
func (AlertingConditionPathSelectorName) FieldPath() *AlertingCondition_FieldTerminalPath
func (AlertingConditionPathSelectorName) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorName) WithArrayOfValues(values []*Name) *AlertingCondition_FieldTerminalPathArrayOfValues
func (AlertingConditionPathSelectorName) WithValue ¶
func (s AlertingConditionPathSelectorName) WithValue(value *Name) *AlertingCondition_FieldTerminalPathValue
type AlertingConditionPathSelectorSpec ¶
type AlertingConditionPathSelectorSpec struct{}
func (AlertingConditionPathSelectorSpec) FieldPath ¶
func (AlertingConditionPathSelectorSpec) FieldPath() *AlertingCondition_FieldTerminalPath
func (AlertingConditionPathSelectorSpec) TimeSeries ¶
func (AlertingConditionPathSelectorSpec) TimeSeries() AlertingConditionPathSelectorSpecTimeSeries
func (AlertingConditionPathSelectorSpec) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpec) WithArrayOfValues(values []*AlertingCondition_Spec) *AlertingCondition_FieldTerminalPathArrayOfValues
func (AlertingConditionPathSelectorSpec) WithSubArrayItemValue ¶
func (s AlertingConditionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpec_FieldPathArrayItemValue) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorSpec) WithSubArrayOfValues ¶
func (s AlertingConditionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpec_FieldPathArrayOfValues) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpec) WithSubPath ¶
func (AlertingConditionPathSelectorSpec) WithSubPath(subPath AlertingConditionSpec_FieldPath) *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorSpec) WithSubValue ¶
func (s AlertingConditionPathSelectorSpec) WithSubValue(subPathValue AlertingConditionSpec_FieldPathValue) *AlertingCondition_FieldSubPathValue
func (AlertingConditionPathSelectorSpec) WithValue ¶
func (s AlertingConditionPathSelectorSpec) WithValue(value *AlertingCondition_Spec) *AlertingCondition_FieldTerminalPathValue
type AlertingConditionPathSelectorSpecTimeSeries ¶
type AlertingConditionPathSelectorSpecTimeSeries struct{}
func (AlertingConditionPathSelectorSpecTimeSeries) CombineThreshold ¶
func (AlertingConditionPathSelectorSpecTimeSeries) CombineThreshold() AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold
func (AlertingConditionPathSelectorSpecTimeSeries) FieldPath ¶
func (AlertingConditionPathSelectorSpecTimeSeries) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorSpecTimeSeries) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeries) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeries) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeries) WithValue(value *AlertingCondition_Spec_TimeSeries) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold ¶
type AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine ¶
type AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdCombine) WithArrayOfValues ¶
type AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric ¶
type AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesDuration ¶
type AlertingConditionPathSelectorSpecTimeSeriesDuration struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesDuration) FieldPath ¶
func (AlertingConditionPathSelectorSpecTimeSeriesDuration) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorSpecTimeSeriesDuration) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesDuration) WithArrayOfValues(values []*durationpb.Duration) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesDuration) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesDuration) WithValue(value *durationpb.Duration) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQuery ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuery struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuery) Aggregation ¶
func (AlertingConditionPathSelectorSpecTimeSeriesQuery) FieldPath ¶
func (AlertingConditionPathSelectorSpecTimeSeriesQuery) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorSpecTimeSeriesQuery) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuery) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Query) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation ¶
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) AlignmentPeriod ¶
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) CrossSeriesReducer ¶
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) GroupByFields ¶
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) PerSeriesAligner ¶
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregation) WithValue(value *common.Aggregation) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod ¶
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer ¶
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues(values []common.Aggregation_Reducer) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields ¶
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationGroupByFields) WithValue(value []string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner ¶
type AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues(values []common.Aggregation_Aligner) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelector ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelector struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelector) WithValue(value *common.TimeSeriesSelector) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetric) WithValue(value *common.MetricSelector) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorMetricTypes) WithValue(value []string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceLabels) WithValue(value map[string]*common.Strings) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes ¶
type AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithItemValue(value string) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesQuerySelectorResourceTypes) WithValue(value []string) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTimeSeriesThreshold ¶
type AlertingConditionPathSelectorSpecTimeSeriesThreshold struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesThreshold) FieldPath ¶
func (AlertingConditionPathSelectorSpecTimeSeriesThreshold) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorSpecTimeSeriesThreshold) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare ¶
type AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesThresholdCompare) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingCondition_FieldSubPathArrayOfValues
type AlertingConditionPathSelectorSpecTimeSeriesThresholdValue ¶
type AlertingConditionPathSelectorSpecTimeSeriesThresholdValue struct{}
func (AlertingConditionPathSelectorSpecTimeSeriesThresholdValue) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesThresholdValue) WithArrayOfValues(values []float64) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTimeSeriesThresholdValue) WithValue ¶
func (s AlertingConditionPathSelectorSpecTimeSeriesThresholdValue) WithValue(value float64) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTrigger ¶
type AlertingConditionPathSelectorSpecTrigger struct{}
func (AlertingConditionPathSelectorSpecTrigger) FieldPath ¶
func (AlertingConditionPathSelectorSpecTrigger) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorSpecTrigger) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTrigger) WithArrayOfValues(values []*AlertingCondition_Spec_Trigger) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTrigger) WithValue ¶
func (s AlertingConditionPathSelectorSpecTrigger) WithValue(value *AlertingCondition_Spec_Trigger) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorSpecTriggerType ¶
type AlertingConditionPathSelectorSpecTriggerType struct{}
func (AlertingConditionPathSelectorSpecTriggerType) FieldPath ¶
func (AlertingConditionPathSelectorSpecTriggerType) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorSpecTriggerType) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorSpecTriggerType) WithArrayOfValues(values []AlertingCondition_Spec_Trigger_Type) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorSpecTriggerType) WithValue ¶
func (s AlertingConditionPathSelectorSpecTriggerType) WithValue(value AlertingCondition_Spec_Trigger_Type) *AlertingCondition_FieldSubPathValue
type AlertingConditionPathSelectorState ¶
type AlertingConditionPathSelectorState struct{}
func (AlertingConditionPathSelectorState) FieldPath ¶
func (AlertingConditionPathSelectorState) FieldPath() *AlertingCondition_FieldTerminalPath
func (AlertingConditionPathSelectorState) FiringAlertsCount ¶
func (AlertingConditionPathSelectorState) FiringAlertsCount() AlertingConditionPathSelectorStateFiringAlertsCount
func (AlertingConditionPathSelectorState) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorState) WithArrayOfValues(values []*AlertingCondition_State) *AlertingCondition_FieldTerminalPathArrayOfValues
func (AlertingConditionPathSelectorState) WithSubArrayItemValue ¶
func (s AlertingConditionPathSelectorState) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionState_FieldPathArrayItemValue) *AlertingCondition_FieldSubPathArrayItemValue
func (AlertingConditionPathSelectorState) WithSubArrayOfValues ¶
func (s AlertingConditionPathSelectorState) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionState_FieldPathArrayOfValues) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorState) WithSubPath ¶
func (AlertingConditionPathSelectorState) WithSubPath(subPath AlertingConditionState_FieldPath) *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorState) WithSubValue ¶
func (s AlertingConditionPathSelectorState) WithSubValue(subPathValue AlertingConditionState_FieldPathValue) *AlertingCondition_FieldSubPathValue
func (AlertingConditionPathSelectorState) WithValue ¶
func (s AlertingConditionPathSelectorState) WithValue(value *AlertingCondition_State) *AlertingCondition_FieldTerminalPathValue
type AlertingConditionPathSelectorStateFiringAlertsCount ¶
type AlertingConditionPathSelectorStateFiringAlertsCount struct{}
func (AlertingConditionPathSelectorStateFiringAlertsCount) FieldPath ¶
func (AlertingConditionPathSelectorStateFiringAlertsCount) FieldPath() *AlertingCondition_FieldSubPath
func (AlertingConditionPathSelectorStateFiringAlertsCount) WithArrayOfValues ¶
func (s AlertingConditionPathSelectorStateFiringAlertsCount) WithArrayOfValues(values []int64) *AlertingCondition_FieldSubPathArrayOfValues
func (AlertingConditionPathSelectorStateFiringAlertsCount) WithValue ¶
func (s AlertingConditionPathSelectorStateFiringAlertsCount) WithValue(value int64) *AlertingCondition_FieldSubPathValue
type AlertingConditionReferenceList ¶
type AlertingConditionReferenceList []*Reference
func (AlertingConditionReferenceList) Append ¶
func (l AlertingConditionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (AlertingConditionReferenceList) AppendList ¶
func (l AlertingConditionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (AlertingConditionReferenceList) At ¶
func (l AlertingConditionReferenceList) At(idx int) gotenresource.Reference
func (AlertingConditionReferenceList) Length ¶
func (l AlertingConditionReferenceList) Length() int
func (AlertingConditionReferenceList) Set ¶
func (l AlertingConditionReferenceList) Set(idx int, ref gotenresource.Reference)
func (AlertingConditionReferenceList) Slice ¶
func (l AlertingConditionReferenceList) Slice(first, second int) gotenresource.ReferenceList
type AlertingConditionSpecFieldPathBuilder ¶
type AlertingConditionSpecFieldPathBuilder struct{}
func NewAlertingConditionSpecFieldPathBuilder ¶
func NewAlertingConditionSpecFieldPathBuilder() AlertingConditionSpecFieldPathBuilder
func (AlertingConditionSpecFieldPathBuilder) TimeSeries ¶
func (AlertingConditionSpecFieldPathBuilder) TimeSeries() AlertingCondition_SpecPathSelectorTimeSeries
type AlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder ¶
type AlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder struct{}
func NewAlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder ¶
func NewAlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder() AlertingConditionSpecTimeSeriesCombineThresholdFieldPathBuilder
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath interface { gotenobject.FieldPath Selector() AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector Get(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) []interface{} GetSingle(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (interface{}, bool) ClearValue(item *AlertingCondition_Spec_TimeSeries_CombineThreshold) // Those methods build corresponding AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath ¶
func BuildAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath, error)
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath ¶
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath(rawField string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath ¶
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPath(rawField string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath, error)
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath ContainsValue(*AlertingCondition_Spec_TimeSeries_CombineThreshold) bool }
AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue allows storing single item in Path-specific values for CombineThreshold according to their type Present only for array (repeated) types.
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue ¶
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue ¶
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue, error)
ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath }
AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues allows storing slice of values for CombineThreshold fields according to their type
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues ¶
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues ¶
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues, error)
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) ClearValue ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) ClearValue(item *AlertingCondition_Spec_TimeSeries_CombineThreshold)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) ClearValueRaw ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) Get ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) Get(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (values []interface{})
Get returns all values pointed by selected field map key from source AlertingCondition_Spec_TimeSeries_CombineThreshold
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetDefault ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetRaw ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetSingle ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetSingle(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (interface{}, bool)
GetSingle returns value by selected field map key from source AlertingCondition_Spec_TimeSeries_CombineThreshold
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetSingleRaw ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) IsLeaf ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) JSONString ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) Key ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) Key() string
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) String ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIArrayItemValue ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIArrayOfValues ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIValue ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIValue ¶
func (fpm *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues struct { AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues) AsPerMetricArrayOfElementValues ¶
func (fpmaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues) AsPerMetricArrayOfElementValues() ([]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue struct { AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMap // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) AsPerMetricElementValue ¶
func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) AsPerMetricElementValue() (*AlertingCondition_Spec_TimeSeries_Threshold, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) CompareWith ¶
func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (int, bool)
CompareWith compares value in the 'AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue' with the value under path in 'AlertingCondition_Spec_TimeSeries_CombineThreshold'.
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) GetRawValue ¶
func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in CombineThreshold as interface{}
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) SetTo ¶
func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) SetTo(target **AlertingCondition_Spec_TimeSeries_CombineThreshold)
SetTo stores value for selected field in CombineThreshold
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) SetToRaw ¶
func (fpmv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathMapValue) SetToRaw(target proto.Message)
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector int32
const ( AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelectorPerMetric AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector = 0 AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelectorCombine AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector = 1 )
func (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector) String ¶
func (s AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathSelector) String() string
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue interface { AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition_Spec_TimeSeries_CombineThreshold) CompareWith(*AlertingCondition_Spec_TimeSeries_CombineThreshold) (cmp int, comparable bool) }
AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue allows storing values for CombineThreshold fields according to their type
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue ¶
func MustParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue ¶
func ParseAlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue, error)
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) ClearValue ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_CombineThreshold)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) Get ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition_Spec_TimeSeries_CombineThreshold
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetDefault ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetRaw ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetSingle ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition_Spec_TimeSeries_CombineThreshold
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) JSONString ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) String ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIValue ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue struct { AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) bool
Contains returns a boolean indicating if value that is being held is present in given 'CombineThreshold'
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition_Spec_TimeSeries_CombineThreshold as interface{}
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues struct { AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) AsCombineArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) AsCombineArrayOfValues() ([]AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) AsPerMetricArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) AsPerMetricArrayOfValues() ([]map[string]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue ¶
type AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue struct { AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) AsCombineValue ¶
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) AsPerMetricValue ¶
func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) AsPerMetricValue() (map[string]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_CombineThreshold) (int, bool)
CompareWith compares value in the 'AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue' with the value under path in 'AlertingCondition_Spec_TimeSeries_CombineThreshold'.
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'CombineThreshold' as interface{}
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_CombineThreshold)
SetTo stores value for selected field for object CombineThreshold
func (*AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingConditionSpecTimeSeriesCombineThreshold_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpecTimeSeriesFieldPathBuilder ¶
type AlertingConditionSpecTimeSeriesFieldPathBuilder struct{}
func NewAlertingConditionSpecTimeSeriesFieldPathBuilder ¶
func NewAlertingConditionSpecTimeSeriesFieldPathBuilder() AlertingConditionSpecTimeSeriesFieldPathBuilder
func (AlertingConditionSpecTimeSeriesFieldPathBuilder) CombineThreshold ¶
func (AlertingConditionSpecTimeSeriesFieldPathBuilder) CombineThreshold() AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold
type AlertingConditionSpecTimeSeriesQueryFieldPathBuilder ¶
type AlertingConditionSpecTimeSeriesQueryFieldPathBuilder struct{}
func NewAlertingConditionSpecTimeSeriesQueryFieldPathBuilder ¶
func NewAlertingConditionSpecTimeSeriesQueryFieldPathBuilder() AlertingConditionSpecTimeSeriesQueryFieldPathBuilder
func (AlertingConditionSpecTimeSeriesQueryFieldPathBuilder) Aggregation ¶
type AlertingConditionSpecTimeSeriesQuery_FieldPath ¶
type AlertingConditionSpecTimeSeriesQuery_FieldPath interface { gotenobject.FieldPath Selector() AlertingConditionSpecTimeSeriesQuery_FieldPathSelector Get(source *AlertingCondition_Spec_TimeSeries_Query) []interface{} GetSingle(source *AlertingCondition_Spec_TimeSeries_Query) (interface{}, bool) ClearValue(item *AlertingCondition_Spec_TimeSeries_Query) // Those methods build corresponding AlertingConditionSpecTimeSeriesQuery_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathValue WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingConditionSpecTimeSeriesQuery_FieldPath ¶
func BuildAlertingConditionSpecTimeSeriesQuery_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeriesQuery_FieldPath, error)
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPath ¶
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPath(rawField string) AlertingConditionSpecTimeSeriesQuery_FieldPath
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPath ¶
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPath(rawField string) (AlertingConditionSpecTimeSeriesQuery_FieldPath, error)
type AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue ¶
type AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingConditionSpecTimeSeriesQuery_FieldPath ContainsValue(*AlertingCondition_Spec_TimeSeries_Query) bool }
AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue allows storing single item in Path-specific values for Query according to their type Present only for array (repeated) types.
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue ¶
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue ¶
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue, error)
ParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues ¶
type AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingConditionSpecTimeSeriesQuery_FieldPath }
AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues allows storing slice of values for Query fields according to their type
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues ¶
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues ¶
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues, error)
type AlertingConditionSpecTimeSeriesQuery_FieldPathSelector ¶
type AlertingConditionSpecTimeSeriesQuery_FieldPathSelector int32
const ( AlertingConditionSpecTimeSeriesQuery_FieldPathSelectorSelector AlertingConditionSpecTimeSeriesQuery_FieldPathSelector = 0 AlertingConditionSpecTimeSeriesQuery_FieldPathSelectorAggregation AlertingConditionSpecTimeSeriesQuery_FieldPathSelector = 1 )
func (AlertingConditionSpecTimeSeriesQuery_FieldPathSelector) String ¶
func (s AlertingConditionSpecTimeSeriesQuery_FieldPathSelector) String() string
type AlertingConditionSpecTimeSeriesQuery_FieldPathValue ¶
type AlertingConditionSpecTimeSeriesQuery_FieldPathValue interface { AlertingConditionSpecTimeSeriesQuery_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition_Spec_TimeSeries_Query) CompareWith(*AlertingCondition_Spec_TimeSeries_Query) (cmp int, comparable bool) }
AlertingConditionSpecTimeSeriesQuery_FieldPathValue allows storing values for Query fields according to their type
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathValue ¶
func MustParseAlertingConditionSpecTimeSeriesQuery_FieldPathValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesQuery_FieldPathValue
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathValue ¶
func ParseAlertingConditionSpecTimeSeriesQuery_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesQuery_FieldPathValue, error)
type AlertingConditionSpecTimeSeriesQuery_FieldSubPath ¶
type AlertingConditionSpecTimeSeriesQuery_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) AsAggregationSubPath ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) AsAggregationSubPath() (common.Aggregation_FieldPath, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) AsSelectorSubPath ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) AsSelectorSubPath() (common.TimeSeriesSelector_FieldPath, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) ClearValue ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_Query)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) ClearValueRaw ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) Get ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) Get(source *AlertingCondition_Spec_TimeSeries_Query) (values []interface{})
Get returns all values pointed by selected field from source AlertingCondition_Spec_TimeSeries_Query
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetDefault ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetRaw ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetSingle ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_Query) (interface{}, bool)
GetSingle returns value of selected field from source AlertingCondition_Spec_TimeSeries_Query
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetSingleRaw ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) IsLeaf ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) JSONString ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) String ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIArrayItemValue ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIArrayOfValues ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIValue ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathValue
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIValue ¶
func (fps *AlertingConditionSpecTimeSeriesQuery_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue ¶
type AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue struct { AlertingConditionSpecTimeSeriesQuery_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) AsAggregationPathItemValue ¶
func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) AsAggregationPathItemValue() (common.Aggregation_FieldPathArrayItemValue, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) AsSelectorPathItemValue ¶
func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) AsSelectorPathItemValue() (common.TimeSeriesSelector_FieldPathArrayItemValue, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_Query) bool
Contains returns a boolean indicating if value that is being held is present in given 'Query'
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues ¶
type AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues struct { AlertingConditionSpecTimeSeriesQuery_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) AsAggregationPathArrayOfValues ¶
func (fpsaov *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) AsAggregationPathArrayOfValues() (common.Aggregation_FieldPathArrayOfValues, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) AsSelectorPathArrayOfValues ¶
func (fpsaov *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) AsSelectorPathArrayOfValues() (common.TimeSeriesSelector_FieldPathArrayOfValues, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue ¶
type AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue struct { AlertingConditionSpecTimeSeriesQuery_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) AsAggregationPathValue ¶
func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) AsAggregationPathValue() (common.Aggregation_FieldPathValue, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) AsSelectorPathValue ¶
func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) AsSelectorPathValue() (common.TimeSeriesSelector_FieldPathValue, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) CompareWith ¶
func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_Query) (int, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) GetRawValue ¶
func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) GetRawValue() interface{}
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) SetTo ¶
func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_Query)
func (*AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) SetToRaw ¶
func (fpvs *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath ¶
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) ClearValue ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_Query)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) Get ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries_Query) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition_Spec_TimeSeries_Query
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetDefault ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetRaw ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetSingle ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_Query) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition_Spec_TimeSeries_Query
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) JSONString ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) String ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIValue ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesQuery_FieldPathValue
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue ¶
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue struct { AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_Query) bool
Contains returns a boolean indicating if value that is being held is present in given 'Query'
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition_Spec_TimeSeries_Query as interface{}
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries_Query) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues ¶
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues struct { AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) AsAggregationArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) AsAggregationArrayOfValues() ([]*common.Aggregation, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) AsSelectorArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) AsSelectorArrayOfValues() ([]*common.TimeSeriesSelector, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue ¶
type AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue struct { AlertingConditionSpecTimeSeriesQuery_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) AsAggregationValue ¶
func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) AsAggregationValue() (*common.Aggregation, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) AsSelectorValue ¶
func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) AsSelectorValue() (*common.TimeSeriesSelector, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_Query) (int, bool)
CompareWith compares value in the 'AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue' with the value under path in 'AlertingCondition_Spec_TimeSeries_Query'.
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Query' as interface{}
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_Query)
SetTo stores value for selected field for object Query
func (*AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpecTimeSeriesThresholdFieldPathBuilder ¶
type AlertingConditionSpecTimeSeriesThresholdFieldPathBuilder struct{}
func NewAlertingConditionSpecTimeSeriesThresholdFieldPathBuilder ¶
func NewAlertingConditionSpecTimeSeriesThresholdFieldPathBuilder() AlertingConditionSpecTimeSeriesThresholdFieldPathBuilder
type AlertingConditionSpecTimeSeriesThreshold_FieldPath ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldPath interface { gotenobject.FieldPath Selector() AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector Get(source *AlertingCondition_Spec_TimeSeries_Threshold) []interface{} GetSingle(source *AlertingCondition_Spec_TimeSeries_Threshold) (interface{}, bool) ClearValue(item *AlertingCondition_Spec_TimeSeries_Threshold) // Those methods build corresponding AlertingConditionSpecTimeSeriesThreshold_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathValue WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingConditionSpecTimeSeriesThreshold_FieldPath ¶
func BuildAlertingConditionSpecTimeSeriesThreshold_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeriesThreshold_FieldPath, error)
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPath ¶
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPath(rawField string) AlertingConditionSpecTimeSeriesThreshold_FieldPath
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPath ¶
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPath(rawField string) (AlertingConditionSpecTimeSeriesThreshold_FieldPath, error)
type AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingConditionSpecTimeSeriesThreshold_FieldPath ContainsValue(*AlertingCondition_Spec_TimeSeries_Threshold) bool }
AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue allows storing single item in Path-specific values for Threshold according to their type Present only for array (repeated) types.
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue ¶
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue ¶
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue, error)
ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingConditionSpecTimeSeriesThreshold_FieldPath }
AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues allows storing slice of values for Threshold fields according to their type
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues ¶
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues ¶
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues, error)
type AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector int32
const ( AlertingConditionSpecTimeSeriesThreshold_FieldPathSelectorCompare AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector = 0 AlertingConditionSpecTimeSeriesThreshold_FieldPathSelectorValue AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector = 1 )
func (AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector) String ¶
func (s AlertingConditionSpecTimeSeriesThreshold_FieldPathSelector) String() string
type AlertingConditionSpecTimeSeriesThreshold_FieldPathValue ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldPathValue interface { AlertingConditionSpecTimeSeriesThreshold_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition_Spec_TimeSeries_Threshold) CompareWith(*AlertingCondition_Spec_TimeSeries_Threshold) (cmp int, comparable bool) }
AlertingConditionSpecTimeSeriesThreshold_FieldPathValue allows storing values for Threshold fields according to their type
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathValue ¶
func MustParseAlertingConditionSpecTimeSeriesThreshold_FieldPathValue(pathStr, valueStr string) AlertingConditionSpecTimeSeriesThreshold_FieldPathValue
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathValue ¶
func ParseAlertingConditionSpecTimeSeriesThreshold_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeriesThreshold_FieldPathValue, error)
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) ClearValue ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries_Threshold)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) Get ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries_Threshold) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition_Spec_TimeSeries_Threshold
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetDefault ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetRaw ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetSingle ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries_Threshold) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition_Spec_TimeSeries_Threshold
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) JSONString ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) String ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIValue ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeriesThreshold_FieldPathValue
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue struct { AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries_Threshold) bool
Contains returns a boolean indicating if value that is being held is present in given 'Threshold'
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition_Spec_TimeSeries_Threshold as interface{}
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries_Threshold) (interface{}, bool)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues struct { AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) AsCompareArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) AsCompareArrayOfValues() ([]AlertingCondition_Spec_TimeSeries_Threshold_Compare, bool)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) AsValueArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) AsValueArrayOfValues() ([]float64, bool)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue ¶
type AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue struct { AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) AsCompareValue ¶
func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) AsCompareValue() (AlertingCondition_Spec_TimeSeries_Threshold_Compare, bool)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) AsValueValue ¶
func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) AsValueValue() (float64, bool)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries_Threshold) (int, bool)
CompareWith compares value in the 'AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue' with the value under path in 'AlertingCondition_Spec_TimeSeries_Threshold'.
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Threshold' as interface{}
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries_Threshold)
SetTo stores value for selected field for object Threshold
func (*AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpecTimeSeries_FieldPath ¶
type AlertingConditionSpecTimeSeries_FieldPath interface { gotenobject.FieldPath Selector() AlertingConditionSpecTimeSeries_FieldPathSelector Get(source *AlertingCondition_Spec_TimeSeries) []interface{} GetSingle(source *AlertingCondition_Spec_TimeSeries) (interface{}, bool) ClearValue(item *AlertingCondition_Spec_TimeSeries) // Those methods build corresponding AlertingConditionSpecTimeSeries_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathValue WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingConditionSpecTimeSeries_FieldPath ¶
func BuildAlertingConditionSpecTimeSeries_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTimeSeries_FieldPath, error)
func MustParseAlertingConditionSpecTimeSeries_FieldPath ¶
func MustParseAlertingConditionSpecTimeSeries_FieldPath(rawField string) AlertingConditionSpecTimeSeries_FieldPath
func ParseAlertingConditionSpecTimeSeries_FieldPath ¶
func ParseAlertingConditionSpecTimeSeries_FieldPath(rawField string) (AlertingConditionSpecTimeSeries_FieldPath, error)
type AlertingConditionSpecTimeSeries_FieldPathArrayItemValue ¶
type AlertingConditionSpecTimeSeries_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingConditionSpecTimeSeries_FieldPath ContainsValue(*AlertingCondition_Spec_TimeSeries) bool }
AlertingConditionSpecTimeSeries_FieldPathArrayItemValue allows storing single item in Path-specific values for TimeSeries according to their type Present only for array (repeated) types.
func MustParseAlertingConditionSpecTimeSeries_FieldPathArrayItemValue ¶
func MustParseAlertingConditionSpecTimeSeries_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTimeSeries_FieldPathArrayItemValue
func ParseAlertingConditionSpecTimeSeries_FieldPathArrayItemValue ¶
func ParseAlertingConditionSpecTimeSeries_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeries_FieldPathArrayItemValue, error)
ParseAlertingConditionSpecTimeSeries_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingConditionSpecTimeSeries_FieldPathArrayOfValues ¶
type AlertingConditionSpecTimeSeries_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingConditionSpecTimeSeries_FieldPath }
AlertingConditionSpecTimeSeries_FieldPathArrayOfValues allows storing slice of values for TimeSeries fields according to their type
func MustParseAlertingConditionSpecTimeSeries_FieldPathArrayOfValues ¶
func MustParseAlertingConditionSpecTimeSeries_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTimeSeries_FieldPathArrayOfValues
func ParseAlertingConditionSpecTimeSeries_FieldPathArrayOfValues ¶
func ParseAlertingConditionSpecTimeSeries_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTimeSeries_FieldPathArrayOfValues, error)
type AlertingConditionSpecTimeSeries_FieldPathSelector ¶
type AlertingConditionSpecTimeSeries_FieldPathSelector int32
const ( AlertingConditionSpecTimeSeries_FieldPathSelectorQuery AlertingConditionSpecTimeSeries_FieldPathSelector = 0 AlertingConditionSpecTimeSeries_FieldPathSelectorThreshold AlertingConditionSpecTimeSeries_FieldPathSelector = 1 AlertingConditionSpecTimeSeries_FieldPathSelectorCombineThreshold AlertingConditionSpecTimeSeries_FieldPathSelector = 2 AlertingConditionSpecTimeSeries_FieldPathSelectorDuration AlertingConditionSpecTimeSeries_FieldPathSelector = 3 )
func (AlertingConditionSpecTimeSeries_FieldPathSelector) String ¶
func (s AlertingConditionSpecTimeSeries_FieldPathSelector) String() string
type AlertingConditionSpecTimeSeries_FieldPathValue ¶
type AlertingConditionSpecTimeSeries_FieldPathValue interface { AlertingConditionSpecTimeSeries_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition_Spec_TimeSeries) CompareWith(*AlertingCondition_Spec_TimeSeries) (cmp int, comparable bool) }
AlertingConditionSpecTimeSeries_FieldPathValue allows storing values for TimeSeries fields according to their type
func MustParseAlertingConditionSpecTimeSeries_FieldPathValue ¶
func MustParseAlertingConditionSpecTimeSeries_FieldPathValue(pathStr, valueStr string) AlertingConditionSpecTimeSeries_FieldPathValue
func ParseAlertingConditionSpecTimeSeries_FieldPathValue ¶
func ParseAlertingConditionSpecTimeSeries_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpecTimeSeries_FieldPathValue, error)
type AlertingConditionSpecTimeSeries_FieldSubPath ¶
type AlertingConditionSpecTimeSeries_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpecTimeSeries_FieldSubPath) AsCombineThresholdSubPath ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) AsCombineThresholdSubPath() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPath) AsQuerySubPath ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) AsQuerySubPath() (AlertingConditionSpecTimeSeriesQuery_FieldPath, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPath) AsThresholdSubPath ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) AsThresholdSubPath() (AlertingConditionSpecTimeSeriesThreshold_FieldPath, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPath) ClearValue ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) ClearValue(item *AlertingCondition_Spec_TimeSeries)
func (*AlertingConditionSpecTimeSeries_FieldSubPath) ClearValueRaw ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTimeSeries_FieldSubPath) Get ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) Get(source *AlertingCondition_Spec_TimeSeries) (values []interface{})
Get returns all values pointed by selected field from source AlertingCondition_Spec_TimeSeries
func (*AlertingConditionSpecTimeSeries_FieldSubPath) GetDefault ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTimeSeries_FieldSubPath) GetRaw ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTimeSeries_FieldSubPath) GetSingle ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetSingle(source *AlertingCondition_Spec_TimeSeries) (interface{}, bool)
GetSingle returns value of selected field from source AlertingCondition_Spec_TimeSeries
func (*AlertingConditionSpecTimeSeries_FieldSubPath) GetSingleRaw ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPath) IsLeaf ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTimeSeries_FieldSubPath) JSONString ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpecTimeSeries_FieldSubPath) Selector ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) Selector() AlertingConditionSpecTimeSeries_FieldPathSelector
func (*AlertingConditionSpecTimeSeries_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTimeSeries_FieldSubPath) String ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTimeSeries_FieldSubPath) WithIArrayItemValue ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeries_FieldSubPath) WithIArrayOfValues ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeries_FieldSubPath) WithIValue ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathValue
func (*AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIValue ¶
func (fps *AlertingConditionSpecTimeSeries_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue ¶
type AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue struct { AlertingConditionSpecTimeSeries_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsCombineThresholdPathItemValue ¶
func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsCombineThresholdPathItemValue() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsQueryPathItemValue ¶
func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsQueryPathItemValue() (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsThresholdPathItemValue ¶
func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) AsThresholdPathItemValue() (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries) bool
Contains returns a boolean indicating if value that is being held is present in given 'TimeSeries'
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues ¶
type AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues struct { AlertingConditionSpecTimeSeries_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsCombineThresholdPathArrayOfValues ¶
func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsCombineThresholdPathArrayOfValues() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsQueryPathArrayOfValues ¶
func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsQueryPathArrayOfValues() (AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsThresholdPathArrayOfValues ¶
func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) AsThresholdPathArrayOfValues() (AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type AlertingConditionSpecTimeSeries_FieldSubPathValue ¶
type AlertingConditionSpecTimeSeries_FieldSubPathValue struct { AlertingConditionSpecTimeSeries_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) AsCombineThresholdPathValue ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) AsCombineThresholdPathValue() (AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathValue, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) AsQueryPathValue ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) AsQueryPathValue() (AlertingConditionSpecTimeSeriesQuery_FieldPathValue, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) AsThresholdPathValue ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) AsThresholdPathValue() (AlertingConditionSpecTimeSeriesThreshold_FieldPathValue, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) CompareWith ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries) (int, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) GetRawValue ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) GetRawValue() interface{}
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) SetTo ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries)
func (*AlertingConditionSpecTimeSeries_FieldSubPathValue) SetToRaw ¶
func (fpvs *AlertingConditionSpecTimeSeries_FieldSubPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpecTimeSeries_FieldTerminalPath ¶
type AlertingConditionSpecTimeSeries_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) ClearValue ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_TimeSeries)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) Get ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) Get(source *AlertingCondition_Spec_TimeSeries) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition_Spec_TimeSeries
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) GetDefault ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) GetRaw ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) GetSingle ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_TimeSeries) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition_Spec_TimeSeries
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) JSONString ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) String ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTimeSeries_FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIValue ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTimeSeries_FieldPathValue
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingConditionSpecTimeSeries_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue ¶
type AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue struct { AlertingConditionSpecTimeSeries_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_TimeSeries) bool
Contains returns a boolean indicating if value that is being held is present in given 'TimeSeries'
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition_Spec_TimeSeries as interface{}
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_TimeSeries) (interface{}, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues ¶
type AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues struct { AlertingConditionSpecTimeSeries_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsCombineThresholdArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsCombineThresholdArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries_CombineThreshold, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsDurationArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsDurationArrayOfValues() ([]*durationpb.Duration, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsQueryArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsQueryArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries_Query, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsThresholdArrayOfValues ¶
func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) AsThresholdArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries_Threshold, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionSpecTimeSeries_FieldTerminalPathValue ¶
type AlertingConditionSpecTimeSeries_FieldTerminalPathValue struct { AlertingConditionSpecTimeSeries_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsCombineThresholdValue ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsCombineThresholdValue() (*AlertingCondition_Spec_TimeSeries_CombineThreshold, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsDurationValue ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsDurationValue() (*durationpb.Duration, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsQueryValue ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsQueryValue() (*AlertingCondition_Spec_TimeSeries_Query, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsThresholdValue ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) AsThresholdValue() (*AlertingCondition_Spec_TimeSeries_Threshold, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_TimeSeries) (int, bool)
CompareWith compares value in the 'AlertingConditionSpecTimeSeries_FieldTerminalPathValue' with the value under path in 'AlertingCondition_Spec_TimeSeries'.
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'TimeSeries' as interface{}
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_TimeSeries)
SetTo stores value for selected field for object TimeSeries
func (*AlertingConditionSpecTimeSeries_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingConditionSpecTimeSeries_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpecTriggerFieldPathBuilder ¶
type AlertingConditionSpecTriggerFieldPathBuilder struct{}
func NewAlertingConditionSpecTriggerFieldPathBuilder ¶
func NewAlertingConditionSpecTriggerFieldPathBuilder() AlertingConditionSpecTriggerFieldPathBuilder
type AlertingConditionSpecTrigger_FieldPath ¶
type AlertingConditionSpecTrigger_FieldPath interface { gotenobject.FieldPath Selector() AlertingConditionSpecTrigger_FieldPathSelector Get(source *AlertingCondition_Spec_Trigger) []interface{} GetSingle(source *AlertingCondition_Spec_Trigger) (interface{}, bool) ClearValue(item *AlertingCondition_Spec_Trigger) // Those methods build corresponding AlertingConditionSpecTrigger_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingConditionSpecTrigger_FieldPathValue WithIArrayOfValues(values interface{}) AlertingConditionSpecTrigger_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingConditionSpecTrigger_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingConditionSpecTrigger_FieldPath ¶
func BuildAlertingConditionSpecTrigger_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpecTrigger_FieldPath, error)
func MustParseAlertingConditionSpecTrigger_FieldPath ¶
func MustParseAlertingConditionSpecTrigger_FieldPath(rawField string) AlertingConditionSpecTrigger_FieldPath
func ParseAlertingConditionSpecTrigger_FieldPath ¶
func ParseAlertingConditionSpecTrigger_FieldPath(rawField string) (AlertingConditionSpecTrigger_FieldPath, error)
type AlertingConditionSpecTrigger_FieldPathArrayItemValue ¶
type AlertingConditionSpecTrigger_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingConditionSpecTrigger_FieldPath ContainsValue(*AlertingCondition_Spec_Trigger) bool }
AlertingConditionSpecTrigger_FieldPathArrayItemValue allows storing single item in Path-specific values for Trigger according to their type Present only for array (repeated) types.
func MustParseAlertingConditionSpecTrigger_FieldPathArrayItemValue ¶
func MustParseAlertingConditionSpecTrigger_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpecTrigger_FieldPathArrayItemValue
func ParseAlertingConditionSpecTrigger_FieldPathArrayItemValue ¶
func ParseAlertingConditionSpecTrigger_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpecTrigger_FieldPathArrayItemValue, error)
ParseAlertingConditionSpecTrigger_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingConditionSpecTrigger_FieldPathArrayOfValues ¶
type AlertingConditionSpecTrigger_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingConditionSpecTrigger_FieldPath }
AlertingConditionSpecTrigger_FieldPathArrayOfValues allows storing slice of values for Trigger fields according to their type
func MustParseAlertingConditionSpecTrigger_FieldPathArrayOfValues ¶
func MustParseAlertingConditionSpecTrigger_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpecTrigger_FieldPathArrayOfValues
func ParseAlertingConditionSpecTrigger_FieldPathArrayOfValues ¶
func ParseAlertingConditionSpecTrigger_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpecTrigger_FieldPathArrayOfValues, error)
type AlertingConditionSpecTrigger_FieldPathSelector ¶
type AlertingConditionSpecTrigger_FieldPathSelector int32
const (
AlertingConditionSpecTrigger_FieldPathSelectorType AlertingConditionSpecTrigger_FieldPathSelector = 0
)
func (AlertingConditionSpecTrigger_FieldPathSelector) String ¶
func (s AlertingConditionSpecTrigger_FieldPathSelector) String() string
type AlertingConditionSpecTrigger_FieldPathValue ¶
type AlertingConditionSpecTrigger_FieldPathValue interface { AlertingConditionSpecTrigger_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition_Spec_Trigger) CompareWith(*AlertingCondition_Spec_Trigger) (cmp int, comparable bool) }
AlertingConditionSpecTrigger_FieldPathValue allows storing values for Trigger fields according to their type
func MustParseAlertingConditionSpecTrigger_FieldPathValue ¶
func MustParseAlertingConditionSpecTrigger_FieldPathValue(pathStr, valueStr string) AlertingConditionSpecTrigger_FieldPathValue
func ParseAlertingConditionSpecTrigger_FieldPathValue ¶
func ParseAlertingConditionSpecTrigger_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpecTrigger_FieldPathValue, error)
type AlertingConditionSpecTrigger_FieldTerminalPath ¶
type AlertingConditionSpecTrigger_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpecTrigger_FieldTerminalPath) ClearValue ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec_Trigger)
func (*AlertingConditionSpecTrigger_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpecTrigger_FieldTerminalPath) Get ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) Get(source *AlertingCondition_Spec_Trigger) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition_Spec_Trigger
func (*AlertingConditionSpecTrigger_FieldTerminalPath) GetDefault ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpecTrigger_FieldTerminalPath) GetRaw ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpecTrigger_FieldTerminalPath) GetSingle ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec_Trigger) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition_Spec_Trigger
func (*AlertingConditionSpecTrigger_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpecTrigger_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpecTrigger_FieldTerminalPath) JSONString ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpecTrigger_FieldTerminalPath) Selector ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) Selector() AlertingConditionSpecTrigger_FieldPathSelector
func (*AlertingConditionSpecTrigger_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpecTrigger_FieldTerminalPath) String ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpecTrigger_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpecTrigger_FieldPathArrayItemValue
func (*AlertingConditionSpecTrigger_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpecTrigger_FieldPathArrayOfValues
func (*AlertingConditionSpecTrigger_FieldTerminalPath) WithIValue ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpecTrigger_FieldPathValue
func (*AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingConditionSpecTrigger_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue ¶
type AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue struct { AlertingConditionSpecTrigger_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec_Trigger) bool
Contains returns a boolean indicating if value that is being held is present in given 'Trigger'
func (*AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition_Spec_Trigger as interface{}
func (*AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec_Trigger) (interface{}, bool)
func (*AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingConditionSpecTrigger_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues ¶
type AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues struct { AlertingConditionSpecTrigger_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]AlertingCondition_Spec_Trigger_Type, bool)
func (*AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionSpecTrigger_FieldTerminalPathValue ¶
type AlertingConditionSpecTrigger_FieldTerminalPathValue struct { AlertingConditionSpecTrigger_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpecTrigger_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) AsTypeValue() (AlertingCondition_Spec_Trigger_Type, bool)
func (*AlertingConditionSpecTrigger_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec_Trigger) (int, bool)
CompareWith compares value in the 'AlertingConditionSpecTrigger_FieldTerminalPathValue' with the value under path in 'AlertingCondition_Spec_Trigger'.
func (*AlertingConditionSpecTrigger_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpecTrigger_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Trigger' as interface{}
func (*AlertingConditionSpecTrigger_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec_Trigger)
SetTo stores value for selected field for object Trigger
func (*AlertingConditionSpecTrigger_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingConditionSpecTrigger_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpec_FieldPath ¶
type AlertingConditionSpec_FieldPath interface { gotenobject.FieldPath Selector() AlertingConditionSpec_FieldPathSelector Get(source *AlertingCondition_Spec) []interface{} GetSingle(source *AlertingCondition_Spec) (interface{}, bool) ClearValue(item *AlertingCondition_Spec) // Those methods build corresponding AlertingConditionSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingConditionSpec_FieldPathValue WithIArrayOfValues(values interface{}) AlertingConditionSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingConditionSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingConditionSpec_FieldPath ¶
func BuildAlertingConditionSpec_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionSpec_FieldPath, error)
func MustParseAlertingConditionSpec_FieldPath ¶
func MustParseAlertingConditionSpec_FieldPath(rawField string) AlertingConditionSpec_FieldPath
func ParseAlertingConditionSpec_FieldPath ¶
func ParseAlertingConditionSpec_FieldPath(rawField string) (AlertingConditionSpec_FieldPath, error)
type AlertingConditionSpec_FieldPathArrayItemValue ¶
type AlertingConditionSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingConditionSpec_FieldPath ContainsValue(*AlertingCondition_Spec) bool }
AlertingConditionSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseAlertingConditionSpec_FieldPathArrayItemValue ¶
func MustParseAlertingConditionSpec_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionSpec_FieldPathArrayItemValue
func ParseAlertingConditionSpec_FieldPathArrayItemValue ¶
func ParseAlertingConditionSpec_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionSpec_FieldPathArrayItemValue, error)
ParseAlertingConditionSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingConditionSpec_FieldPathArrayOfValues ¶
type AlertingConditionSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingConditionSpec_FieldPath }
AlertingConditionSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseAlertingConditionSpec_FieldPathArrayOfValues ¶
func MustParseAlertingConditionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionSpec_FieldPathArrayOfValues
func ParseAlertingConditionSpec_FieldPathArrayOfValues ¶
func ParseAlertingConditionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionSpec_FieldPathArrayOfValues, error)
type AlertingConditionSpec_FieldPathSelector ¶
type AlertingConditionSpec_FieldPathSelector int32
const ( AlertingConditionSpec_FieldPathSelectorTimeSeries AlertingConditionSpec_FieldPathSelector = 0 AlertingConditionSpec_FieldPathSelectorTrigger AlertingConditionSpec_FieldPathSelector = 1 )
func (AlertingConditionSpec_FieldPathSelector) String ¶
func (s AlertingConditionSpec_FieldPathSelector) String() string
type AlertingConditionSpec_FieldPathValue ¶
type AlertingConditionSpec_FieldPathValue interface { AlertingConditionSpec_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition_Spec) CompareWith(*AlertingCondition_Spec) (cmp int, comparable bool) }
AlertingConditionSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseAlertingConditionSpec_FieldPathValue ¶
func MustParseAlertingConditionSpec_FieldPathValue(pathStr, valueStr string) AlertingConditionSpec_FieldPathValue
func ParseAlertingConditionSpec_FieldPathValue ¶
func ParseAlertingConditionSpec_FieldPathValue(pathStr, valueStr string) (AlertingConditionSpec_FieldPathValue, error)
type AlertingConditionSpec_FieldSubPath ¶
type AlertingConditionSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpec_FieldSubPath) AsTimeSeriesSubPath ¶
func (fps *AlertingConditionSpec_FieldSubPath) AsTimeSeriesSubPath() (AlertingConditionSpecTimeSeries_FieldPath, bool)
func (*AlertingConditionSpec_FieldSubPath) AsTriggerSubPath ¶
func (fps *AlertingConditionSpec_FieldSubPath) AsTriggerSubPath() (AlertingConditionSpecTrigger_FieldPath, bool)
func (*AlertingConditionSpec_FieldSubPath) ClearValue ¶
func (fps *AlertingConditionSpec_FieldSubPath) ClearValue(item *AlertingCondition_Spec)
func (*AlertingConditionSpec_FieldSubPath) ClearValueRaw ¶
func (fps *AlertingConditionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpec_FieldSubPath) Get ¶
func (fps *AlertingConditionSpec_FieldSubPath) Get(source *AlertingCondition_Spec) (values []interface{})
Get returns all values pointed by selected field from source AlertingCondition_Spec
func (*AlertingConditionSpec_FieldSubPath) GetDefault ¶
func (fps *AlertingConditionSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpec_FieldSubPath) GetRaw ¶
func (fps *AlertingConditionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpec_FieldSubPath) GetSingle ¶
func (fps *AlertingConditionSpec_FieldSubPath) GetSingle(source *AlertingCondition_Spec) (interface{}, bool)
GetSingle returns value of selected field from source AlertingCondition_Spec
func (*AlertingConditionSpec_FieldSubPath) GetSingleRaw ¶
func (fps *AlertingConditionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpec_FieldSubPath) IsLeaf ¶
func (fps *AlertingConditionSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpec_FieldSubPath) JSONString ¶
func (fps *AlertingConditionSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpec_FieldSubPath) Selector ¶
func (fps *AlertingConditionSpec_FieldSubPath) Selector() AlertingConditionSpec_FieldPathSelector
func (*AlertingConditionSpec_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *AlertingConditionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpec_FieldSubPath) String ¶
func (fps *AlertingConditionSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *AlertingConditionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingConditionSpec_FieldPathArrayItemValue
func (*AlertingConditionSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *AlertingConditionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingConditionSpec_FieldPathArrayOfValues
func (*AlertingConditionSpec_FieldSubPath) WithIValue ¶
func (fps *AlertingConditionSpec_FieldSubPath) WithIValue(value interface{}) AlertingConditionSpec_FieldPathValue
func (*AlertingConditionSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *AlertingConditionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *AlertingConditionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpec_FieldSubPath) WithRawIValue ¶
func (fps *AlertingConditionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpec_FieldSubPathArrayItemValue ¶
type AlertingConditionSpec_FieldSubPathArrayItemValue struct { AlertingConditionSpec_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpec_FieldSubPathArrayItemValue) AsTimeSeriesPathItemValue ¶
func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) AsTimeSeriesPathItemValue() (AlertingConditionSpecTimeSeries_FieldPathArrayItemValue, bool)
func (*AlertingConditionSpec_FieldSubPathArrayItemValue) AsTriggerPathItemValue ¶
func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) AsTriggerPathItemValue() (AlertingConditionSpecTrigger_FieldPathArrayItemValue, bool)
func (*AlertingConditionSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*AlertingConditionSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *AlertingConditionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type AlertingConditionSpec_FieldSubPathArrayOfValues ¶
type AlertingConditionSpec_FieldSubPathArrayOfValues struct { AlertingConditionSpec_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpec_FieldSubPathArrayOfValues) AsTimeSeriesPathArrayOfValues ¶
func (fpsaov *AlertingConditionSpec_FieldSubPathArrayOfValues) AsTimeSeriesPathArrayOfValues() (AlertingConditionSpecTimeSeries_FieldPathArrayOfValues, bool)
func (*AlertingConditionSpec_FieldSubPathArrayOfValues) AsTriggerPathArrayOfValues ¶
func (fpsaov *AlertingConditionSpec_FieldSubPathArrayOfValues) AsTriggerPathArrayOfValues() (AlertingConditionSpecTrigger_FieldPathArrayOfValues, bool)
func (*AlertingConditionSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *AlertingConditionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type AlertingConditionSpec_FieldSubPathValue ¶
type AlertingConditionSpec_FieldSubPathValue struct { AlertingConditionSpec_FieldPath // contains filtered or unexported fields }
func (*AlertingConditionSpec_FieldSubPathValue) AsTimeSeriesPathValue ¶
func (fpvs *AlertingConditionSpec_FieldSubPathValue) AsTimeSeriesPathValue() (AlertingConditionSpecTimeSeries_FieldPathValue, bool)
func (*AlertingConditionSpec_FieldSubPathValue) AsTriggerPathValue ¶
func (fpvs *AlertingConditionSpec_FieldSubPathValue) AsTriggerPathValue() (AlertingConditionSpecTrigger_FieldPathValue, bool)
func (*AlertingConditionSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *AlertingConditionSpec_FieldSubPathValue) CompareWith(source *AlertingCondition_Spec) (int, bool)
func (*AlertingConditionSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *AlertingConditionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *AlertingConditionSpec_FieldSubPathValue) GetRawValue() interface{}
func (*AlertingConditionSpec_FieldSubPathValue) SetTo ¶
func (fpvs *AlertingConditionSpec_FieldSubPathValue) SetTo(target **AlertingCondition_Spec)
func (*AlertingConditionSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *AlertingConditionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type AlertingConditionSpec_FieldTerminalPath ¶
type AlertingConditionSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionSpec_FieldTerminalPath) ClearValue ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) ClearValue(item *AlertingCondition_Spec)
func (*AlertingConditionSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionSpec_FieldTerminalPath) Get ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) Get(source *AlertingCondition_Spec) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition_Spec
func (*AlertingConditionSpec_FieldTerminalPath) GetDefault ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionSpec_FieldTerminalPath) GetRaw ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionSpec_FieldTerminalPath) GetSingle ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) GetSingle(source *AlertingCondition_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition_Spec
func (*AlertingConditionSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionSpec_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionSpec_FieldTerminalPath) JSONString ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionSpec_FieldTerminalPath) Selector ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) Selector() AlertingConditionSpec_FieldPathSelector
func (*AlertingConditionSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingConditionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionSpec_FieldTerminalPath) String ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingConditionSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionSpec_FieldPathArrayItemValue
func (*AlertingConditionSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionSpec_FieldPathArrayOfValues
func (*AlertingConditionSpec_FieldTerminalPath) WithIValue ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionSpec_FieldPathValue
func (*AlertingConditionSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingConditionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionSpec_FieldTerminalPathArrayItemValue ¶
type AlertingConditionSpec_FieldTerminalPathArrayItemValue struct { AlertingConditionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition_Spec as interface{}
func (*AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_Spec) (interface{}, bool)
func (*AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingConditionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingConditionSpec_FieldTerminalPathArrayOfValues ¶
type AlertingConditionSpec_FieldTerminalPathArrayOfValues struct { AlertingConditionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpec_FieldTerminalPathArrayOfValues) AsTimeSeriesArrayOfValues ¶
func (fpaov *AlertingConditionSpec_FieldTerminalPathArrayOfValues) AsTimeSeriesArrayOfValues() ([]*AlertingCondition_Spec_TimeSeries, bool)
func (*AlertingConditionSpec_FieldTerminalPathArrayOfValues) AsTriggerArrayOfValues ¶
func (fpaov *AlertingConditionSpec_FieldTerminalPathArrayOfValues) AsTriggerArrayOfValues() ([]*AlertingCondition_Spec_Trigger, bool)
func (*AlertingConditionSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingConditionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionSpec_FieldTerminalPathValue ¶
type AlertingConditionSpec_FieldTerminalPathValue struct { AlertingConditionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionSpec_FieldTerminalPathValue) AsTimeSeriesValue ¶
func (fpv *AlertingConditionSpec_FieldTerminalPathValue) AsTimeSeriesValue() (*AlertingCondition_Spec_TimeSeries, bool)
func (*AlertingConditionSpec_FieldTerminalPathValue) AsTriggerValue ¶
func (fpv *AlertingConditionSpec_FieldTerminalPathValue) AsTriggerValue() (*AlertingCondition_Spec_Trigger, bool)
func (*AlertingConditionSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingConditionSpec_FieldTerminalPathValue) CompareWith(source *AlertingCondition_Spec) (int, bool)
CompareWith compares value in the 'AlertingConditionSpec_FieldTerminalPathValue' with the value under path in 'AlertingCondition_Spec'.
func (*AlertingConditionSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingConditionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingConditionSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*AlertingConditionSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingConditionSpec_FieldTerminalPathValue) SetTo(target **AlertingCondition_Spec)
SetTo stores value for selected field for object Spec
func (*AlertingConditionSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingConditionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingConditionStateFieldPathBuilder ¶
type AlertingConditionStateFieldPathBuilder struct{}
func NewAlertingConditionStateFieldPathBuilder ¶
func NewAlertingConditionStateFieldPathBuilder() AlertingConditionStateFieldPathBuilder
func (AlertingConditionStateFieldPathBuilder) FiringAlertsCount ¶
func (AlertingConditionStateFieldPathBuilder) FiringAlertsCount() AlertingCondition_StatePathSelectorFiringAlertsCount
type AlertingConditionState_FieldPath ¶
type AlertingConditionState_FieldPath interface { gotenobject.FieldPath Selector() AlertingConditionState_FieldPathSelector Get(source *AlertingCondition_State) []interface{} GetSingle(source *AlertingCondition_State) (interface{}, bool) ClearValue(item *AlertingCondition_State) // Those methods build corresponding AlertingConditionState_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingConditionState_FieldPathValue WithIArrayOfValues(values interface{}) AlertingConditionState_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingConditionState_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingConditionState_FieldPath ¶
func BuildAlertingConditionState_FieldPath(fp gotenobject.RawFieldPath) (AlertingConditionState_FieldPath, error)
func MustParseAlertingConditionState_FieldPath ¶
func MustParseAlertingConditionState_FieldPath(rawField string) AlertingConditionState_FieldPath
func ParseAlertingConditionState_FieldPath ¶
func ParseAlertingConditionState_FieldPath(rawField string) (AlertingConditionState_FieldPath, error)
type AlertingConditionState_FieldPathArrayItemValue ¶
type AlertingConditionState_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingConditionState_FieldPath ContainsValue(*AlertingCondition_State) bool }
AlertingConditionState_FieldPathArrayItemValue allows storing single item in Path-specific values for State according to their type Present only for array (repeated) types.
func MustParseAlertingConditionState_FieldPathArrayItemValue ¶
func MustParseAlertingConditionState_FieldPathArrayItemValue(pathStr, valueStr string) AlertingConditionState_FieldPathArrayItemValue
func ParseAlertingConditionState_FieldPathArrayItemValue ¶
func ParseAlertingConditionState_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingConditionState_FieldPathArrayItemValue, error)
ParseAlertingConditionState_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingConditionState_FieldPathArrayOfValues ¶
type AlertingConditionState_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingConditionState_FieldPath }
AlertingConditionState_FieldPathArrayOfValues allows storing slice of values for State fields according to their type
func MustParseAlertingConditionState_FieldPathArrayOfValues ¶
func MustParseAlertingConditionState_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingConditionState_FieldPathArrayOfValues
func ParseAlertingConditionState_FieldPathArrayOfValues ¶
func ParseAlertingConditionState_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingConditionState_FieldPathArrayOfValues, error)
type AlertingConditionState_FieldPathSelector ¶
type AlertingConditionState_FieldPathSelector int32
const (
AlertingConditionState_FieldPathSelectorFiringAlertsCount AlertingConditionState_FieldPathSelector = 0
)
func (AlertingConditionState_FieldPathSelector) String ¶
func (s AlertingConditionState_FieldPathSelector) String() string
type AlertingConditionState_FieldPathValue ¶
type AlertingConditionState_FieldPathValue interface { AlertingConditionState_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition_State) CompareWith(*AlertingCondition_State) (cmp int, comparable bool) }
AlertingConditionState_FieldPathValue allows storing values for State fields according to their type
func MustParseAlertingConditionState_FieldPathValue ¶
func MustParseAlertingConditionState_FieldPathValue(pathStr, valueStr string) AlertingConditionState_FieldPathValue
func ParseAlertingConditionState_FieldPathValue ¶
func ParseAlertingConditionState_FieldPathValue(pathStr, valueStr string) (AlertingConditionState_FieldPathValue, error)
type AlertingConditionState_FieldTerminalPath ¶
type AlertingConditionState_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingConditionState_FieldTerminalPath) ClearValue ¶
func (fp *AlertingConditionState_FieldTerminalPath) ClearValue(item *AlertingCondition_State)
func (*AlertingConditionState_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingConditionState_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingConditionState_FieldTerminalPath) Get ¶
func (fp *AlertingConditionState_FieldTerminalPath) Get(source *AlertingCondition_State) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition_State
func (*AlertingConditionState_FieldTerminalPath) GetDefault ¶
func (fp *AlertingConditionState_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingConditionState_FieldTerminalPath) GetRaw ¶
func (fp *AlertingConditionState_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingConditionState_FieldTerminalPath) GetSingle ¶
func (fp *AlertingConditionState_FieldTerminalPath) GetSingle(source *AlertingCondition_State) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition_State
func (*AlertingConditionState_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingConditionState_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingConditionState_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingConditionState_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingConditionState_FieldTerminalPath) JSONString ¶
func (fp *AlertingConditionState_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingConditionState_FieldTerminalPath) Selector ¶
func (fp *AlertingConditionState_FieldTerminalPath) Selector() AlertingConditionState_FieldPathSelector
func (*AlertingConditionState_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingConditionState_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingConditionState_FieldTerminalPath) String ¶
func (fp *AlertingConditionState_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingConditionState_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingConditionState_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingConditionState_FieldPathArrayItemValue
func (*AlertingConditionState_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingConditionState_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingConditionState_FieldPathArrayOfValues
func (*AlertingConditionState_FieldTerminalPath) WithIValue ¶
func (fp *AlertingConditionState_FieldTerminalPath) WithIValue(value interface{}) AlertingConditionState_FieldPathValue
func (*AlertingConditionState_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingConditionState_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingConditionState_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingConditionState_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingConditionState_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingConditionState_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingConditionState_FieldTerminalPathArrayItemValue ¶
type AlertingConditionState_FieldTerminalPathArrayItemValue struct { AlertingConditionState_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionState_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition_State) bool
Contains returns a boolean indicating if value that is being held is present in given 'State'
func (*AlertingConditionState_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition_State as interface{}
func (*AlertingConditionState_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition_State) (interface{}, bool)
func (*AlertingConditionState_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingConditionState_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingConditionState_FieldTerminalPathArrayOfValues ¶
type AlertingConditionState_FieldTerminalPathArrayOfValues struct { AlertingConditionState_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionState_FieldTerminalPathArrayOfValues) AsFiringAlertsCountArrayOfValues ¶
func (fpaov *AlertingConditionState_FieldTerminalPathArrayOfValues) AsFiringAlertsCountArrayOfValues() ([]int64, bool)
func (*AlertingConditionState_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingConditionState_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingConditionState_FieldTerminalPathValue ¶
type AlertingConditionState_FieldTerminalPathValue struct { AlertingConditionState_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingConditionState_FieldTerminalPathValue) AsFiringAlertsCountValue ¶
func (fpv *AlertingConditionState_FieldTerminalPathValue) AsFiringAlertsCountValue() (int64, bool)
func (*AlertingConditionState_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingConditionState_FieldTerminalPathValue) CompareWith(source *AlertingCondition_State) (int, bool)
CompareWith compares value in the 'AlertingConditionState_FieldTerminalPathValue' with the value under path in 'AlertingCondition_State'.
func (*AlertingConditionState_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingConditionState_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingConditionState_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingConditionState_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'State' as interface{}
func (*AlertingConditionState_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingConditionState_FieldTerminalPathValue) SetTo(target **AlertingCondition_State)
SetTo stores value for selected field for object State
func (*AlertingConditionState_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingConditionState_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingCondition_FieldMask ¶
type AlertingCondition_FieldMask struct {
Paths []AlertingCondition_FieldPath
}
func FullAlertingCondition_FieldMask ¶
func FullAlertingCondition_FieldMask() *AlertingCondition_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *AlertingCondition_FieldMask) *AlertingCondition_FieldMask
func (*AlertingCondition_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_FieldMask) AppendPath(path AlertingCondition_FieldPath)
func (*AlertingCondition_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_FieldMask) FilterInputFields() *AlertingCondition_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_FieldMask) GetPaths() []AlertingCondition_FieldPath
func (*AlertingCondition_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_FieldMask) IsFull() bool
func (AlertingCondition_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_FieldMask) PathsCount() int
func (*AlertingCondition_FieldMask) Project ¶
func (fieldMask *AlertingCondition_FieldMask) Project(source *AlertingCondition) *AlertingCondition
func (*AlertingCondition_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_FieldMask) ProtoMessage()
func (*AlertingCondition_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_FieldMask) Reset()
func (*AlertingCondition_FieldMask) Set ¶
func (fieldMask *AlertingCondition_FieldMask) Set(target, source *AlertingCondition)
func (*AlertingCondition_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_FieldMask) Size ¶
func (fieldMask *AlertingCondition_FieldMask) Size() int
func (*AlertingCondition_FieldMask) String ¶
func (fieldMask *AlertingCondition_FieldMask) String() string
func (*AlertingCondition_FieldMask) Subtract ¶
func (fieldMask *AlertingCondition_FieldMask) Subtract(other *AlertingCondition_FieldMask) *AlertingCondition_FieldMask
func (*AlertingCondition_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_FieldMask) UnmarshalJSON(data []byte) error
type AlertingCondition_FieldPath ¶
type AlertingCondition_FieldPath interface { gotenobject.FieldPath Selector() AlertingCondition_FieldPathSelector Get(source *AlertingCondition) []interface{} GetSingle(source *AlertingCondition) (interface{}, bool) ClearValue(item *AlertingCondition) // Those methods build corresponding AlertingCondition_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) AlertingCondition_FieldPathValue WithIArrayOfValues(values interface{}) AlertingCondition_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) AlertingCondition_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildAlertingCondition_FieldPath ¶
func BuildAlertingCondition_FieldPath(fp gotenobject.RawFieldPath) (AlertingCondition_FieldPath, error)
func MustParseAlertingCondition_FieldPath ¶
func MustParseAlertingCondition_FieldPath(rawField string) AlertingCondition_FieldPath
func ParseAlertingCondition_FieldPath ¶
func ParseAlertingCondition_FieldPath(rawField string) (AlertingCondition_FieldPath, error)
type AlertingCondition_FieldPathArrayItemValue ¶
type AlertingCondition_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue AlertingCondition_FieldPath ContainsValue(*AlertingCondition) bool }
AlertingCondition_FieldPathArrayItemValue allows storing single item in Path-specific values for AlertingCondition according to their type Present only for array (repeated) types.
func MustParseAlertingCondition_FieldPathArrayItemValue ¶
func MustParseAlertingCondition_FieldPathArrayItemValue(pathStr, valueStr string) AlertingCondition_FieldPathArrayItemValue
func ParseAlertingCondition_FieldPathArrayItemValue ¶
func ParseAlertingCondition_FieldPathArrayItemValue(pathStr, valueStr string) (AlertingCondition_FieldPathArrayItemValue, error)
ParseAlertingCondition_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type AlertingCondition_FieldPathArrayOfValues ¶
type AlertingCondition_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues AlertingCondition_FieldPath }
AlertingCondition_FieldPathArrayOfValues allows storing slice of values for AlertingCondition fields according to their type
func MustParseAlertingCondition_FieldPathArrayOfValues ¶
func MustParseAlertingCondition_FieldPathArrayOfValues(pathStr, valuesStr string) AlertingCondition_FieldPathArrayOfValues
func ParseAlertingCondition_FieldPathArrayOfValues ¶
func ParseAlertingCondition_FieldPathArrayOfValues(pathStr, valuesStr string) (AlertingCondition_FieldPathArrayOfValues, error)
type AlertingCondition_FieldPathSelector ¶
type AlertingCondition_FieldPathSelector int32
const ( AlertingCondition_FieldPathSelectorName AlertingCondition_FieldPathSelector = 0 AlertingCondition_FieldPathSelectorMetadata AlertingCondition_FieldPathSelector = 1 AlertingCondition_FieldPathSelectorDisplayName AlertingCondition_FieldPathSelector = 2 AlertingCondition_FieldPathSelectorDescription AlertingCondition_FieldPathSelector = 3 AlertingCondition_FieldPathSelectorSpec AlertingCondition_FieldPathSelector = 4 AlertingCondition_FieldPathSelectorState AlertingCondition_FieldPathSelector = 5 )
func (AlertingCondition_FieldPathSelector) String ¶
func (s AlertingCondition_FieldPathSelector) String() string
type AlertingCondition_FieldPathValue ¶
type AlertingCondition_FieldPathValue interface { AlertingCondition_FieldPath gotenobject.FieldPathValue SetTo(target **AlertingCondition) CompareWith(*AlertingCondition) (cmp int, comparable bool) }
AlertingCondition_FieldPathValue allows storing values for AlertingCondition fields according to their type
func MustParseAlertingCondition_FieldPathValue ¶
func MustParseAlertingCondition_FieldPathValue(pathStr, valueStr string) AlertingCondition_FieldPathValue
func ParseAlertingCondition_FieldPathValue ¶
func ParseAlertingCondition_FieldPathValue(pathStr, valueStr string) (AlertingCondition_FieldPathValue, error)
type AlertingCondition_FieldSubPath ¶
type AlertingCondition_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*AlertingCondition_FieldSubPath) AsMetadataSubPath ¶
func (fps *AlertingCondition_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*AlertingCondition_FieldSubPath) AsSpecSubPath ¶
func (fps *AlertingCondition_FieldSubPath) AsSpecSubPath() (AlertingConditionSpec_FieldPath, bool)
func (*AlertingCondition_FieldSubPath) AsStateSubPath ¶
func (fps *AlertingCondition_FieldSubPath) AsStateSubPath() (AlertingConditionState_FieldPath, bool)
func (*AlertingCondition_FieldSubPath) ClearValue ¶
func (fps *AlertingCondition_FieldSubPath) ClearValue(item *AlertingCondition)
func (*AlertingCondition_FieldSubPath) ClearValueRaw ¶
func (fps *AlertingCondition_FieldSubPath) ClearValueRaw(item proto.Message)
func (*AlertingCondition_FieldSubPath) Get ¶
func (fps *AlertingCondition_FieldSubPath) Get(source *AlertingCondition) (values []interface{})
Get returns all values pointed by selected field from source AlertingCondition
func (*AlertingCondition_FieldSubPath) GetDefault ¶
func (fps *AlertingCondition_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingCondition_FieldSubPath) GetRaw ¶
func (fps *AlertingCondition_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*AlertingCondition_FieldSubPath) GetSingle ¶
func (fps *AlertingCondition_FieldSubPath) GetSingle(source *AlertingCondition) (interface{}, bool)
GetSingle returns value of selected field from source AlertingCondition
func (*AlertingCondition_FieldSubPath) GetSingleRaw ¶
func (fps *AlertingCondition_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingCondition_FieldSubPath) IsLeaf ¶
func (fps *AlertingCondition_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingCondition_FieldSubPath) JSONString ¶
func (fps *AlertingCondition_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingCondition_FieldSubPath) Selector ¶
func (fps *AlertingCondition_FieldSubPath) Selector() AlertingCondition_FieldPathSelector
func (*AlertingCondition_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *AlertingCondition_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingCondition_FieldSubPath) String ¶
func (fps *AlertingCondition_FieldSubPath) String() string
String returns path representation in proto convention
func (*AlertingCondition_FieldSubPath) WithIArrayItemValue ¶
func (fps *AlertingCondition_FieldSubPath) WithIArrayItemValue(value interface{}) AlertingCondition_FieldPathArrayItemValue
func (*AlertingCondition_FieldSubPath) WithIArrayOfValues ¶
func (fps *AlertingCondition_FieldSubPath) WithIArrayOfValues(values interface{}) AlertingCondition_FieldPathArrayOfValues
func (*AlertingCondition_FieldSubPath) WithIValue ¶
func (fps *AlertingCondition_FieldSubPath) WithIValue(value interface{}) AlertingCondition_FieldPathValue
func (*AlertingCondition_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *AlertingCondition_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingCondition_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *AlertingCondition_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingCondition_FieldSubPath) WithRawIValue ¶
func (fps *AlertingCondition_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingCondition_FieldSubPathArrayItemValue ¶
type AlertingCondition_FieldSubPathArrayItemValue struct { AlertingCondition_FieldPath // contains filtered or unexported fields }
func (*AlertingCondition_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*AlertingCondition_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) AsSpecPathItemValue() (AlertingConditionSpec_FieldPathArrayItemValue, bool)
func (*AlertingCondition_FieldSubPathArrayItemValue) AsStatePathItemValue ¶
func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) AsStatePathItemValue() (AlertingConditionState_FieldPathArrayItemValue, bool)
func (*AlertingCondition_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) ContainsValue(source *AlertingCondition) bool
Contains returns a boolean indicating if value that is being held is present in given 'AlertingCondition'
func (*AlertingCondition_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *AlertingCondition_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type AlertingCondition_FieldSubPathArrayOfValues ¶
type AlertingCondition_FieldSubPathArrayOfValues struct { AlertingCondition_FieldPath // contains filtered or unexported fields }
func (*AlertingCondition_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*AlertingCondition_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (AlertingConditionSpec_FieldPathArrayOfValues, bool)
func (*AlertingCondition_FieldSubPathArrayOfValues) AsStatePathArrayOfValues ¶
func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) AsStatePathArrayOfValues() (AlertingConditionState_FieldPathArrayOfValues, bool)
func (*AlertingCondition_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *AlertingCondition_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type AlertingCondition_FieldSubPathValue ¶
type AlertingCondition_FieldSubPathValue struct { AlertingCondition_FieldPath // contains filtered or unexported fields }
func (*AlertingCondition_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *AlertingCondition_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*AlertingCondition_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *AlertingCondition_FieldSubPathValue) AsSpecPathValue() (AlertingConditionSpec_FieldPathValue, bool)
func (*AlertingCondition_FieldSubPathValue) AsStatePathValue ¶
func (fpvs *AlertingCondition_FieldSubPathValue) AsStatePathValue() (AlertingConditionState_FieldPathValue, bool)
func (*AlertingCondition_FieldSubPathValue) CompareWith ¶
func (fpvs *AlertingCondition_FieldSubPathValue) CompareWith(source *AlertingCondition) (int, bool)
func (*AlertingCondition_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *AlertingCondition_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingCondition_FieldSubPathValue) GetRawValue ¶
func (fpvs *AlertingCondition_FieldSubPathValue) GetRawValue() interface{}
func (*AlertingCondition_FieldSubPathValue) SetTo ¶
func (fpvs *AlertingCondition_FieldSubPathValue) SetTo(target **AlertingCondition)
func (*AlertingCondition_FieldSubPathValue) SetToRaw ¶
func (fpvs *AlertingCondition_FieldSubPathValue) SetToRaw(target proto.Message)
type AlertingCondition_FieldTerminalPath ¶
type AlertingCondition_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*AlertingCondition_FieldTerminalPath) ClearValue ¶
func (fp *AlertingCondition_FieldTerminalPath) ClearValue(item *AlertingCondition)
func (*AlertingCondition_FieldTerminalPath) ClearValueRaw ¶
func (fp *AlertingCondition_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*AlertingCondition_FieldTerminalPath) Get ¶
func (fp *AlertingCondition_FieldTerminalPath) Get(source *AlertingCondition) (values []interface{})
Get returns all values pointed by specific field from source AlertingCondition
func (*AlertingCondition_FieldTerminalPath) GetDefault ¶
func (fp *AlertingCondition_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*AlertingCondition_FieldTerminalPath) GetRaw ¶
func (fp *AlertingCondition_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*AlertingCondition_FieldTerminalPath) GetSingle ¶
func (fp *AlertingCondition_FieldTerminalPath) GetSingle(source *AlertingCondition) (interface{}, bool)
GetSingle returns value pointed by specific field of from source AlertingCondition
func (*AlertingCondition_FieldTerminalPath) GetSingleRaw ¶
func (fp *AlertingCondition_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*AlertingCondition_FieldTerminalPath) IsLeaf ¶
func (fp *AlertingCondition_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*AlertingCondition_FieldTerminalPath) JSONString ¶
func (fp *AlertingCondition_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*AlertingCondition_FieldTerminalPath) Selector ¶
func (fp *AlertingCondition_FieldTerminalPath) Selector() AlertingCondition_FieldPathSelector
func (*AlertingCondition_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *AlertingCondition_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*AlertingCondition_FieldTerminalPath) String ¶
func (fp *AlertingCondition_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*AlertingCondition_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *AlertingCondition_FieldTerminalPath) WithIArrayItemValue(value interface{}) AlertingCondition_FieldPathArrayItemValue
func (*AlertingCondition_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *AlertingCondition_FieldTerminalPath) WithIArrayOfValues(values interface{}) AlertingCondition_FieldPathArrayOfValues
func (*AlertingCondition_FieldTerminalPath) WithIValue ¶
func (fp *AlertingCondition_FieldTerminalPath) WithIValue(value interface{}) AlertingCondition_FieldPathValue
func (*AlertingCondition_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *AlertingCondition_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*AlertingCondition_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *AlertingCondition_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*AlertingCondition_FieldTerminalPath) WithRawIValue ¶
func (fp *AlertingCondition_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type AlertingCondition_FieldTerminalPathArrayItemValue ¶
type AlertingCondition_FieldTerminalPathArrayItemValue struct { AlertingCondition_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingCondition_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) ContainsValue(source *AlertingCondition) bool
Contains returns a boolean indicating if value that is being held is present in given 'AlertingCondition'
func (*AlertingCondition_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object AlertingCondition as interface{}
func (*AlertingCondition_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) GetSingle(source *AlertingCondition) (interface{}, bool)
func (*AlertingCondition_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *AlertingCondition_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type AlertingCondition_FieldTerminalPathArrayOfValues ¶
type AlertingCondition_FieldTerminalPathArrayOfValues struct { AlertingCondition_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingCondition_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues ¶
func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsDescriptionArrayOfValues() ([]string, bool)
func (*AlertingCondition_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*AlertingCondition_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*AlertingCondition_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*AlertingCondition_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*AlertingCondition_Spec, bool)
func (*AlertingCondition_FieldTerminalPathArrayOfValues) AsStateArrayOfValues ¶
func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]*AlertingCondition_State, bool)
func (*AlertingCondition_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *AlertingCondition_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type AlertingCondition_FieldTerminalPathValue ¶
type AlertingCondition_FieldTerminalPathValue struct { AlertingCondition_FieldTerminalPath // contains filtered or unexported fields }
func (*AlertingCondition_FieldTerminalPathValue) AsDescriptionValue ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) AsDescriptionValue() (string, bool)
func (*AlertingCondition_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*AlertingCondition_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*AlertingCondition_FieldTerminalPathValue) AsNameValue ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*AlertingCondition_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) AsSpecValue() (*AlertingCondition_Spec, bool)
func (*AlertingCondition_FieldTerminalPathValue) AsStateValue ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) AsStateValue() (*AlertingCondition_State, bool)
func (*AlertingCondition_FieldTerminalPathValue) CompareWith ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) CompareWith(source *AlertingCondition) (int, bool)
CompareWith compares value in the 'AlertingCondition_FieldTerminalPathValue' with the value under path in 'AlertingCondition'.
func (*AlertingCondition_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*AlertingCondition_FieldTerminalPathValue) GetRawValue ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'AlertingCondition' as interface{}
func (*AlertingCondition_FieldTerminalPathValue) SetTo ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) SetTo(target **AlertingCondition)
SetTo stores value for selected field for object AlertingCondition
func (*AlertingCondition_FieldTerminalPathValue) SetToRaw ¶
func (fpv *AlertingCondition_FieldTerminalPathValue) SetToRaw(target proto.Message)
type AlertingCondition_Spec ¶
type AlertingCondition_Spec struct { TimeSeries *AlertingCondition_Spec_TimeSeries `protobuf:"bytes,1,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty" firestore:"timeSeries"` Trigger *AlertingCondition_Spec_Trigger `protobuf:"bytes,5,opt,name=trigger,proto3" json:"trigger,omitempty" firestore:"trigger"` // contains filtered or unexported fields }
func (*AlertingCondition_Spec) Clone ¶
func (o *AlertingCondition_Spec) Clone() *AlertingCondition_Spec
func (*AlertingCondition_Spec) CloneRaw ¶
func (o *AlertingCondition_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition_Spec) Descriptor ¶
func (*AlertingCondition_Spec) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec.ProtoReflect.Descriptor instead.
func (*AlertingCondition_Spec) GetTimeSeries ¶
func (m *AlertingCondition_Spec) GetTimeSeries() *AlertingCondition_Spec_TimeSeries
func (*AlertingCondition_Spec) GetTrigger ¶
func (m *AlertingCondition_Spec) GetTrigger() *AlertingCondition_Spec_Trigger
func (*AlertingCondition_Spec) GotenMessage ¶
func (*AlertingCondition_Spec) GotenMessage()
func (*AlertingCondition_Spec) GotenObjectExt ¶
func (o *AlertingCondition_Spec) GotenObjectExt()
func (*AlertingCondition_Spec) GotenValidate ¶
func (obj *AlertingCondition_Spec) GotenValidate() error
func (*AlertingCondition_Spec) MakeDiffFieldMask ¶
func (o *AlertingCondition_Spec) MakeDiffFieldMask(other *AlertingCondition_Spec) *AlertingCondition_Spec_FieldMask
func (*AlertingCondition_Spec) MakeFullFieldMask ¶
func (o *AlertingCondition_Spec) MakeFullFieldMask() *AlertingCondition_Spec_FieldMask
func (*AlertingCondition_Spec) MakeRawDiffFieldMask ¶
func (o *AlertingCondition_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition_Spec) MakeRawFullFieldMask ¶
func (o *AlertingCondition_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition_Spec) Marshal ¶
func (m *AlertingCondition_Spec) Marshal() ([]byte, error)
func (*AlertingCondition_Spec) MarshalJSON ¶
func (m *AlertingCondition_Spec) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec) Merge ¶
func (o *AlertingCondition_Spec) Merge(source *AlertingCondition_Spec)
func (*AlertingCondition_Spec) MergeRaw ¶
func (o *AlertingCondition_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec) ProtoMessage ¶
func (*AlertingCondition_Spec) ProtoMessage()
func (*AlertingCondition_Spec) ProtoReflect ¶
func (m *AlertingCondition_Spec) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec) Reset ¶
func (m *AlertingCondition_Spec) Reset()
func (*AlertingCondition_Spec) SetTimeSeries ¶
func (m *AlertingCondition_Spec) SetTimeSeries(fv *AlertingCondition_Spec_TimeSeries)
func (*AlertingCondition_Spec) SetTrigger ¶
func (m *AlertingCondition_Spec) SetTrigger(fv *AlertingCondition_Spec_Trigger)
func (*AlertingCondition_Spec) String ¶
func (m *AlertingCondition_Spec) String() string
func (*AlertingCondition_Spec) Unmarshal ¶
func (m *AlertingCondition_Spec) Unmarshal(b []byte) error
func (*AlertingCondition_Spec) UnmarshalJSON ¶
func (m *AlertingCondition_Spec) UnmarshalJSON(data []byte) error
type AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric ¶
type AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric struct {
// contains filtered or unexported fields
}
func (AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric) WithArrayOfValues ¶
func (s AlertingCondition_SpecMapPathSelectorTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels ¶
type AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels struct {
// contains filtered or unexported fields
}
func (AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels) WithValue ¶
func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorMetricLabels) WithValue(value *common.Strings) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels ¶
type AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels struct {
// contains filtered or unexported fields
}
func (AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingCondition_SpecMapPathSelectorTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeries ¶
type AlertingCondition_SpecPathSelectorTimeSeries struct{}
func (AlertingCondition_SpecPathSelectorTimeSeries) CombineThreshold ¶
func (AlertingCondition_SpecPathSelectorTimeSeries) CombineThreshold() AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold
func (AlertingCondition_SpecPathSelectorTimeSeries) FieldPath ¶
func (AlertingCondition_SpecPathSelectorTimeSeries) FieldPath() *AlertingConditionSpec_FieldTerminalPath
func (AlertingCondition_SpecPathSelectorTimeSeries) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeries) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries) *AlertingConditionSpec_FieldTerminalPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeries) WithSubArrayItemValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeries) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpecTimeSeries_FieldPathArrayItemValue) *AlertingConditionSpec_FieldSubPathArrayItemValue
func (AlertingCondition_SpecPathSelectorTimeSeries) WithSubArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeries) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpecTimeSeries_FieldPathArrayOfValues) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeries) WithSubPath ¶
func (AlertingCondition_SpecPathSelectorTimeSeries) WithSubPath(subPath AlertingConditionSpecTimeSeries_FieldPath) *AlertingConditionSpec_FieldSubPath
func (AlertingCondition_SpecPathSelectorTimeSeries) WithSubValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeries) WithSubValue(subPathValue AlertingConditionSpecTimeSeries_FieldPathValue) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold ¶
type AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_CombineThreshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine ¶
type AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdCombine) WithArrayOfValues ¶
type AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric ¶
type AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesCombineThresholdPerMetric) WithArrayOfValues(values []map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesDuration ¶
type AlertingCondition_SpecPathSelectorTimeSeriesDuration struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesDuration) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesDuration) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesDuration) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesDuration) WithValue(value *durationpb.Duration) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQuery ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuery struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuery) Aggregation ¶
func (AlertingCondition_SpecPathSelectorTimeSeriesQuery) FieldPath ¶
func (AlertingCondition_SpecPathSelectorTimeSeriesQuery) FieldPath() *AlertingConditionSpec_FieldSubPath
func (AlertingCondition_SpecPathSelectorTimeSeriesQuery) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuery) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Query) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) AlignmentPeriod ¶
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) CrossSeriesReducer ¶
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) GroupByFields ¶
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) PerSeriesAligner ¶
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregation) WithValue(value *common.Aggregation) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationCrossSeriesReducer) WithArrayOfValues(values []common.Aggregation_Reducer) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithItemValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithItemValue(value string) *AlertingConditionSpec_FieldSubPathArrayItemValue
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationGroupByFields) WithValue(value []string) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQueryAggregationPerSeriesAligner) WithArrayOfValues(values []common.Aggregation_Aligner) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelector) WithValue(value *common.TimeSeriesSelector) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetric) WithValue(value *common.MetricSelector) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithItemValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithItemValue(value string) *AlertingConditionSpec_FieldSubPathArrayItemValue
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorMetricTypes) WithValue(value []string) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes ¶
type AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithItemValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithItemValue(value string) *AlertingConditionSpec_FieldSubPathArrayItemValue
func (AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesQuerySelectorResourceTypes) WithValue(value []string) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTimeSeriesThreshold ¶
type AlertingCondition_SpecPathSelectorTimeSeriesThreshold struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesThreshold) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare ¶
type AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesThresholdCompare) WithArrayOfValues(values []AlertingCondition_Spec_TimeSeries_Threshold_Compare) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue ¶
type AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue struct{}
func (AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue) WithArrayOfValues(values []float64) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTimeSeriesThresholdValue) WithValue(value float64) *AlertingConditionSpec_FieldSubPathValue
type AlertingCondition_SpecPathSelectorTrigger ¶
type AlertingCondition_SpecPathSelectorTrigger struct{}
func (AlertingCondition_SpecPathSelectorTrigger) FieldPath ¶
func (AlertingCondition_SpecPathSelectorTrigger) FieldPath() *AlertingConditionSpec_FieldTerminalPath
func (AlertingCondition_SpecPathSelectorTrigger) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTrigger) WithArrayOfValues(values []*AlertingCondition_Spec_Trigger) *AlertingConditionSpec_FieldTerminalPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTrigger) WithSubArrayItemValue ¶
func (s AlertingCondition_SpecPathSelectorTrigger) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpecTrigger_FieldPathArrayItemValue) *AlertingConditionSpec_FieldSubPathArrayItemValue
func (AlertingCondition_SpecPathSelectorTrigger) WithSubArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTrigger) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpecTrigger_FieldPathArrayOfValues) *AlertingConditionSpec_FieldSubPathArrayOfValues
func (AlertingCondition_SpecPathSelectorTrigger) WithSubPath ¶
func (AlertingCondition_SpecPathSelectorTrigger) WithSubPath(subPath AlertingConditionSpecTrigger_FieldPath) *AlertingConditionSpec_FieldSubPath
func (AlertingCondition_SpecPathSelectorTrigger) WithSubValue ¶
func (s AlertingCondition_SpecPathSelectorTrigger) WithSubValue(subPathValue AlertingConditionSpecTrigger_FieldPathValue) *AlertingConditionSpec_FieldSubPathValue
func (AlertingCondition_SpecPathSelectorTrigger) WithValue ¶
func (s AlertingCondition_SpecPathSelectorTrigger) WithValue(value *AlertingCondition_Spec_Trigger) *AlertingConditionSpec_FieldTerminalPathValue
type AlertingCondition_SpecPathSelectorTriggerType ¶
type AlertingCondition_SpecPathSelectorTriggerType struct{}
func (AlertingCondition_SpecPathSelectorTriggerType) FieldPath ¶
func (AlertingCondition_SpecPathSelectorTriggerType) FieldPath() *AlertingConditionSpec_FieldSubPath
func (AlertingCondition_SpecPathSelectorTriggerType) WithArrayOfValues ¶
func (s AlertingCondition_SpecPathSelectorTriggerType) WithArrayOfValues(values []AlertingCondition_Spec_Trigger_Type) *AlertingConditionSpec_FieldSubPathArrayOfValues
type AlertingCondition_Spec_FieldMask ¶
type AlertingCondition_Spec_FieldMask struct {
Paths []AlertingConditionSpec_FieldPath
}
func FullAlertingCondition_Spec_FieldMask ¶
func FullAlertingCondition_Spec_FieldMask() *AlertingCondition_Spec_FieldMask
func (*AlertingCondition_Spec_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) AppendPath(path AlertingConditionSpec_FieldPath)
func (*AlertingCondition_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) FilterInputFields() *AlertingCondition_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_Spec_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) GetPaths() []AlertingConditionSpec_FieldPath
func (*AlertingCondition_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_Spec_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) IsFull() bool
func (AlertingCondition_Spec_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_Spec_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) PathsCount() int
func (*AlertingCondition_Spec_FieldMask) Project ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) Project(source *AlertingCondition_Spec) *AlertingCondition_Spec
func (*AlertingCondition_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) ProtoMessage()
func (*AlertingCondition_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) Reset()
func (*AlertingCondition_Spec_FieldMask) Set ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) Set(target, source *AlertingCondition_Spec)
func (*AlertingCondition_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_Spec_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_FieldMask) Size ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) Size() int
func (*AlertingCondition_Spec_FieldMask) String ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) String() string
func (*AlertingCondition_Spec_FieldMask) Subtract ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) Subtract(other *AlertingCondition_Spec_FieldMask) *AlertingCondition_Spec_FieldMask
func (*AlertingCondition_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_Spec_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_Spec_FieldMask) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeries ¶
type AlertingCondition_Spec_TimeSeries struct { // Time Series Query Query *AlertingCondition_Spec_TimeSeries_Query `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty" firestore:"query"` // Either specify single threshold or combine threshold, which allows to // pair each metric value to their specific thresholds, // e.g. distinguish mean (loss, latency, jitter) in single query Threshold *AlertingCondition_Spec_TimeSeries_Threshold `protobuf:"bytes,2,opt,name=threshold,proto3" json:"threshold,omitempty" firestore:"threshold"` CombineThreshold *AlertingCondition_Spec_TimeSeries_CombineThreshold `` /* 138-byte string literal not displayed */ // Duration describes length of time needed for the condition to trigger // a new alert of resolve an existing one Duration *durationpb.Duration `protobuf:"bytes,4,opt,name=duration,proto3" json:"duration,omitempty" firestore:"duration"` // contains filtered or unexported fields }
func (*AlertingCondition_Spec_TimeSeries) Clone ¶
func (o *AlertingCondition_Spec_TimeSeries) Clone() *AlertingCondition_Spec_TimeSeries
func (*AlertingCondition_Spec_TimeSeries) CloneRaw ¶
func (o *AlertingCondition_Spec_TimeSeries) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries) Descriptor ¶
func (*AlertingCondition_Spec_TimeSeries) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_TimeSeries.ProtoReflect.Descriptor instead.
func (*AlertingCondition_Spec_TimeSeries) GetCombineThreshold ¶
func (m *AlertingCondition_Spec_TimeSeries) GetCombineThreshold() *AlertingCondition_Spec_TimeSeries_CombineThreshold
func (*AlertingCondition_Spec_TimeSeries) GetDuration ¶
func (m *AlertingCondition_Spec_TimeSeries) GetDuration() *durationpb.Duration
func (*AlertingCondition_Spec_TimeSeries) GetQuery ¶
func (m *AlertingCondition_Spec_TimeSeries) GetQuery() *AlertingCondition_Spec_TimeSeries_Query
func (*AlertingCondition_Spec_TimeSeries) GetThreshold ¶
func (m *AlertingCondition_Spec_TimeSeries) GetThreshold() *AlertingCondition_Spec_TimeSeries_Threshold
func (*AlertingCondition_Spec_TimeSeries) GotenMessage ¶
func (*AlertingCondition_Spec_TimeSeries) GotenMessage()
func (*AlertingCondition_Spec_TimeSeries) GotenObjectExt ¶
func (o *AlertingCondition_Spec_TimeSeries) GotenObjectExt()
func (*AlertingCondition_Spec_TimeSeries) GotenValidate ¶
func (obj *AlertingCondition_Spec_TimeSeries) GotenValidate() error
func (*AlertingCondition_Spec_TimeSeries) MakeDiffFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries) MakeDiffFieldMask(other *AlertingCondition_Spec_TimeSeries) *AlertingCondition_Spec_TimeSeries_FieldMask
func (*AlertingCondition_Spec_TimeSeries) MakeFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_FieldMask
func (*AlertingCondition_Spec_TimeSeries) MakeRawDiffFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries) MakeRawFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries) Marshal ¶
func (m *AlertingCondition_Spec_TimeSeries) Marshal() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries) MarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries) Merge ¶
func (o *AlertingCondition_Spec_TimeSeries) Merge(source *AlertingCondition_Spec_TimeSeries)
func (*AlertingCondition_Spec_TimeSeries) MergeRaw ¶
func (o *AlertingCondition_Spec_TimeSeries) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries) ProtoMessage ¶
func (*AlertingCondition_Spec_TimeSeries) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries) ProtoReflect ¶
func (m *AlertingCondition_Spec_TimeSeries) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries) Reset ¶
func (m *AlertingCondition_Spec_TimeSeries) Reset()
func (*AlertingCondition_Spec_TimeSeries) SetCombineThreshold ¶
func (m *AlertingCondition_Spec_TimeSeries) SetCombineThreshold(fv *AlertingCondition_Spec_TimeSeries_CombineThreshold)
func (*AlertingCondition_Spec_TimeSeries) SetDuration ¶
func (m *AlertingCondition_Spec_TimeSeries) SetDuration(fv *durationpb.Duration)
func (*AlertingCondition_Spec_TimeSeries) SetQuery ¶
func (m *AlertingCondition_Spec_TimeSeries) SetQuery(fv *AlertingCondition_Spec_TimeSeries_Query)
func (*AlertingCondition_Spec_TimeSeries) SetThreshold ¶
func (m *AlertingCondition_Spec_TimeSeries) SetThreshold(fv *AlertingCondition_Spec_TimeSeries_Threshold)
func (*AlertingCondition_Spec_TimeSeries) String ¶
func (m *AlertingCondition_Spec_TimeSeries) String() string
func (*AlertingCondition_Spec_TimeSeries) Unmarshal ¶
func (m *AlertingCondition_Spec_TimeSeries) Unmarshal(b []byte) error
func (*AlertingCondition_Spec_TimeSeries) UnmarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric ¶
type AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric struct {
// contains filtered or unexported fields
}
func (AlertingCondition_Spec_TimeSeriesMapPathSelectorCombineThresholdPerMetric) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels ¶
type AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels struct {
// contains filtered or unexported fields
}
func (AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels ¶
type AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels struct {
// contains filtered or unexported fields
}
func (AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesMapPathSelectorQuerySelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithArrayOfValues ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubArrayItemValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayItemValue) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpecTimeSeriesCombineThreshold_FieldPathArrayOfValues) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubPath ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThreshold) WithSubValue ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdCombine) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorCombineThresholdPerMetric) WithArrayOfValues(values []map[string]*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorDuration ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorDuration struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorDuration) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorDuration) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQuery ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuery struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) Aggregation ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Query) *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubArrayItemValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpecTimeSeriesQuery_FieldPathArrayItemValue) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpecTimeSeriesQuery_FieldPathArrayOfValues) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubPath ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuery) WithSubValue(subPathValue AlertingConditionSpecTimeSeriesQuery_FieldPathValue) *AlertingConditionSpecTimeSeries_FieldSubPathValue
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) AlignmentPeriod ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) CrossSeriesReducer ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) GroupByFields ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) PerSeriesAligner ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationCrossSeriesReducer) WithArrayOfValues(values []common.Aggregation_Reducer) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationGroupByFields) WithItemValue ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQueryAggregationPerSeriesAligner) WithArrayOfValues(values []common.Aggregation_Aligner) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) WithValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathValue
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithItemValue ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorMetricTypes) WithValue(value []string) *AlertingConditionSpecTimeSeries_FieldSubPathValue
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) WithValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpecTimeSeries_FieldSubPathValue
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorQuerySelectorResourceTypes) WithItemValue ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorThreshold ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorThreshold struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithArrayOfValues(values []*AlertingCondition_Spec_TimeSeries_Threshold) *AlertingConditionSpecTimeSeries_FieldTerminalPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubArrayItemValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubArrayItemValue(subPathArrayItemValue AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayItemValue) *AlertingConditionSpecTimeSeries_FieldSubPathArrayItemValue
func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubArrayOfValues(subPathArrayOfValues AlertingConditionSpecTimeSeriesThreshold_FieldPathArrayOfValues) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubPath ¶
func (AlertingCondition_Spec_TimeSeriesPathSelectorThreshold) WithSubValue ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorThresholdCompare) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue ¶
type AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue struct{}
func (AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue) WithArrayOfValues(values []float64) *AlertingConditionSpecTimeSeries_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue) WithValue ¶
func (s AlertingCondition_Spec_TimeSeriesPathSelectorThresholdValue) WithValue(value float64) *AlertingConditionSpecTimeSeries_FieldSubPathValue
type AlertingCondition_Spec_TimeSeries_CombineThreshold ¶
type AlertingCondition_Spec_TimeSeries_CombineThreshold struct { // Per Metric threshold. // // If multiple metrics are selected each metric may specify a different // threshold PerMetric map[string]*AlertingCondition_Spec_TimeSeries_Threshold `` /* 198-byte string literal not displayed */ // Combine describes how sub-conditions for each metric concerning // single resource label set (determined by aggregation.groupByFields) // must compose in order to trigger an alert. // TODO: add support for AND Combine AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator `` /* 178-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) CloneRaw ¶
func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) Descriptor ¶
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_TimeSeries_CombineThreshold.ProtoReflect.Descriptor instead.
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) GetCombine ¶
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) GetPerMetric ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) GetPerMetric() map[string]*AlertingCondition_Spec_TimeSeries_Threshold
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenMessage ¶
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenMessage()
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenObjectExt ¶
func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenObjectExt()
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenValidate ¶
func (obj *AlertingCondition_Spec_TimeSeries_CombineThreshold) GotenValidate() error
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeDiffFieldMask ¶
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeRawDiffFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeRawFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) Marshal ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) Marshal() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) MarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) Merge ¶
func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) Merge(source *AlertingCondition_Spec_TimeSeries_CombineThreshold)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) MergeRaw ¶
func (o *AlertingCondition_Spec_TimeSeries_CombineThreshold) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) ProtoMessage ¶
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) ProtoReflect ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) Reset ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) Reset()
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) SetCombine ¶
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) SetPerMetric ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) SetPerMetric(fv map[string]*AlertingCondition_Spec_TimeSeries_Threshold)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) String ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) String() string
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) Unmarshal ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) Unmarshal(b []byte) error
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold) UnmarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries_CombineThreshold) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric ¶
type AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric struct {
// contains filtered or unexported fields
}
func (AlertingCondition_Spec_TimeSeries_CombineThresholdMapPathSelectorPerMetric) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine ¶
type AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine struct{}
func (AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorCombine) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric ¶
type AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric struct{}
func (AlertingCondition_Spec_TimeSeries_CombineThresholdPathSelectorPerMetric) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator ¶
type AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator int32
const ( AlertingCondition_Spec_TimeSeries_CombineThreshold_OR AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator = 0 AlertingCondition_Spec_TimeSeries_CombineThreshold_AND AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator = 1 )
func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) Descriptor ¶
func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) Descriptor() preflect.EnumDescriptor
func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) EnumDescriptor ¶
func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) EnumDescriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator.ProtoReflect.Descriptor instead.
func (AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) String ¶
func (x AlertingCondition_Spec_TimeSeries_CombineThreshold_CombineOperator) String() string
type AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask ¶
type AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask struct {
Paths []AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath
}
func FullAlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask ¶
func FullAlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask() *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) AppendPath(path AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) GetPaths() []AlertingConditionSpecTimeSeriesCombineThreshold_FieldPath
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) IsFull() bool
func (AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) PathsCount() int
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Reset()
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Set ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries_CombineThreshold)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Size ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Size() int
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) String ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) String() string
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_CombineThreshold_FieldMask) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeries_FieldMask ¶
type AlertingCondition_Spec_TimeSeries_FieldMask struct {
Paths []AlertingConditionSpecTimeSeries_FieldPath
}
func FullAlertingCondition_Spec_TimeSeries_FieldMask ¶
func FullAlertingCondition_Spec_TimeSeries_FieldMask() *AlertingCondition_Spec_TimeSeries_FieldMask
func (*AlertingCondition_Spec_TimeSeries_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) AppendPath(path AlertingConditionSpecTimeSeries_FieldPath)
func (*AlertingCondition_Spec_TimeSeries_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_Spec_TimeSeries_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_Spec_TimeSeries_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_Spec_TimeSeries_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_Spec_TimeSeries_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_Spec_TimeSeries_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) GetPaths() []AlertingConditionSpecTimeSeries_FieldPath
func (*AlertingCondition_Spec_TimeSeries_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_Spec_TimeSeries_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) IsFull() bool
func (AlertingCondition_Spec_TimeSeries_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_Spec_TimeSeries_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) PathsCount() int
func (*AlertingCondition_Spec_TimeSeries_FieldMask) Project ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Project(source *AlertingCondition_Spec_TimeSeries) *AlertingCondition_Spec_TimeSeries
func (*AlertingCondition_Spec_TimeSeries_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Reset()
func (*AlertingCondition_Spec_TimeSeries_FieldMask) Set ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries)
func (*AlertingCondition_Spec_TimeSeries_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_Spec_TimeSeries_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries_FieldMask) Size ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Size() int
func (*AlertingCondition_Spec_TimeSeries_FieldMask) String ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) String() string
func (*AlertingCondition_Spec_TimeSeries_FieldMask) Subtract ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Subtract(other *AlertingCondition_Spec_TimeSeries_FieldMask) *AlertingCondition_Spec_TimeSeries_FieldMask
func (*AlertingCondition_Spec_TimeSeries_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_Spec_TimeSeries_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_Spec_TimeSeries_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_FieldMask) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeries_Query ¶
type AlertingCondition_Spec_TimeSeries_Query struct { // Selector is used to generate Time Series filter Selector *common.TimeSeriesSelector `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty" firestore:"selector"` // Time Series aggregation Aggregation *common.Aggregation `protobuf:"bytes,3,opt,name=aggregation,proto3" json:"aggregation,omitempty" firestore:"aggregation"` // contains filtered or unexported fields }
func (*AlertingCondition_Spec_TimeSeries_Query) Clone ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) Clone() *AlertingCondition_Spec_TimeSeries_Query
func (*AlertingCondition_Spec_TimeSeries_Query) CloneRaw ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries_Query) Descriptor ¶
func (*AlertingCondition_Spec_TimeSeries_Query) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_TimeSeries_Query.ProtoReflect.Descriptor instead.
func (*AlertingCondition_Spec_TimeSeries_Query) GetAggregation ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) GetAggregation() *common.Aggregation
func (*AlertingCondition_Spec_TimeSeries_Query) GetSelector ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) GetSelector() *common.TimeSeriesSelector
func (*AlertingCondition_Spec_TimeSeries_Query) GotenMessage ¶
func (*AlertingCondition_Spec_TimeSeries_Query) GotenMessage()
func (*AlertingCondition_Spec_TimeSeries_Query) GotenObjectExt ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) GotenObjectExt()
func (*AlertingCondition_Spec_TimeSeries_Query) GotenValidate ¶
func (obj *AlertingCondition_Spec_TimeSeries_Query) GotenValidate() error
func (*AlertingCondition_Spec_TimeSeries_Query) MakeDiffFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) MakeDiffFieldMask(other *AlertingCondition_Spec_TimeSeries_Query) *AlertingCondition_Spec_TimeSeries_Query_FieldMask
func (*AlertingCondition_Spec_TimeSeries_Query) MakeFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_Query_FieldMask
func (*AlertingCondition_Spec_TimeSeries_Query) MakeRawDiffFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_Query) MakeRawFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_Query) Marshal ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) Marshal() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_Query) MarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_Query) Merge ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) Merge(source *AlertingCondition_Spec_TimeSeries_Query)
func (*AlertingCondition_Spec_TimeSeries_Query) MergeRaw ¶
func (o *AlertingCondition_Spec_TimeSeries_Query) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries_Query) ProtoMessage ¶
func (*AlertingCondition_Spec_TimeSeries_Query) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries_Query) ProtoReflect ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries_Query) Reset ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) Reset()
func (*AlertingCondition_Spec_TimeSeries_Query) SetAggregation ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) SetAggregation(fv *common.Aggregation)
func (*AlertingCondition_Spec_TimeSeries_Query) SetSelector ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) SetSelector(fv *common.TimeSeriesSelector)
func (*AlertingCondition_Spec_TimeSeries_Query) String ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) String() string
func (*AlertingCondition_Spec_TimeSeries_Query) Unmarshal ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) Unmarshal(b []byte) error
func (*AlertingCondition_Spec_TimeSeries_Query) UnmarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries_Query) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels ¶
type AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels struct {
// contains filtered or unexported fields
}
func (AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorMetricLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels ¶
type AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels struct {
// contains filtered or unexported fields
}
func (AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryMapPathSelectorSelectorResourceLabels) WithArrayOfValues(values []*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) AlignmentPeriod ¶
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) CrossSeriesReducer ¶
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) GroupByFields ¶
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) PerSeriesAligner ¶
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithArrayOfValues(values []*common.Aggregation) *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubArrayItemValue ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubArrayItemValue(subPathArrayItemValue common.Aggregation_FieldPathArrayItemValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubArrayOfValues(subPathArrayOfValues common.Aggregation_FieldPathArrayOfValues) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubPath ¶
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubValue ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregation) WithSubValue(subPathValue common.Aggregation_FieldPathValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationAlignmentPeriod) WithArrayOfValues(values []*durationpb.Duration) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationCrossSeriesReducer ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationCrossSeriesReducer struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationCrossSeriesReducer) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationGroupByFields) WithItemValue ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorAggregationPerSeriesAligner) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithArrayOfValues(values []*common.TimeSeriesSelector) *AlertingConditionSpecTimeSeriesQuery_FieldTerminalPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubArrayItemValue ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubArrayItemValue(subPathArrayItemValue common.TimeSeriesSelector_FieldPathArrayItemValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayItemValue
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubArrayOfValues(subPathArrayOfValues common.TimeSeriesSelector_FieldPathArrayOfValues) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubPath ¶
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubValue ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelector) WithSubValue(subPathValue common.TimeSeriesSelector_FieldPathValue) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetric) WithArrayOfValues(values []*common.MetricSelector) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) WithValue ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricLabels) WithValue(value map[string]*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathValue
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorMetricTypes) WithItemValue ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResource) WithArrayOfValues(values []*common.MonitoredResourceSelector) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceLabels) WithArrayOfValues(values []map[string]*common.Strings) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes ¶
type AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes struct{}
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes) WithArrayOfValues(values [][]string) *AlertingConditionSpecTimeSeriesQuery_FieldSubPathArrayOfValues
func (AlertingCondition_Spec_TimeSeries_QueryPathSelectorSelectorResourceTypes) WithItemValue ¶
type AlertingCondition_Spec_TimeSeries_Query_FieldMask ¶
type AlertingCondition_Spec_TimeSeries_Query_FieldMask struct {
Paths []AlertingConditionSpecTimeSeriesQuery_FieldPath
}
func FullAlertingCondition_Spec_TimeSeries_Query_FieldMask ¶
func FullAlertingCondition_Spec_TimeSeries_Query_FieldMask() *AlertingCondition_Spec_TimeSeries_Query_FieldMask
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) AppendPath(path AlertingConditionSpecTimeSeriesQuery_FieldPath)
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_Query_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) GetPaths() []AlertingConditionSpecTimeSeriesQuery_FieldPath
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) IsFull() bool
func (AlertingCondition_Spec_TimeSeries_Query_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_Query_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_Spec_TimeSeries_Query_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_Query_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) PathsCount() int
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) Project ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Project(source *AlertingCondition_Spec_TimeSeries_Query) *AlertingCondition_Spec_TimeSeries_Query
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Reset()
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) Set ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries_Query)
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) Size ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Size() int
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) String ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) String() string
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) Subtract ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Subtract(other *AlertingCondition_Spec_TimeSeries_Query_FieldMask) *AlertingCondition_Spec_TimeSeries_Query_FieldMask
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_Spec_TimeSeries_Query_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Query_FieldMask) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeries_Threshold ¶
type AlertingCondition_Spec_TimeSeries_Threshold struct { // Compare function specifies if observed value must be GreaterThan (GT) // or LesserThan (LT) threshold value in order to trigger an alert. // // Example: for metric latency {compare: GT, value: 150} will trigger if // actual latency is above 150ms. Compare AlertingCondition_Spec_TimeSeries_Threshold_Compare `` /* 163-byte string literal not displayed */ // threshold value Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty" firestore:"value"` // contains filtered or unexported fields }
func (*AlertingCondition_Spec_TimeSeries_Threshold) CloneRaw ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries_Threshold) Descriptor ¶
func (*AlertingCondition_Spec_TimeSeries_Threshold) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_TimeSeries_Threshold.ProtoReflect.Descriptor instead.
func (*AlertingCondition_Spec_TimeSeries_Threshold) GetCompare ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) GetCompare() AlertingCondition_Spec_TimeSeries_Threshold_Compare
func (*AlertingCondition_Spec_TimeSeries_Threshold) GetValue ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) GetValue() float64
func (*AlertingCondition_Spec_TimeSeries_Threshold) GotenMessage ¶
func (*AlertingCondition_Spec_TimeSeries_Threshold) GotenMessage()
func (*AlertingCondition_Spec_TimeSeries_Threshold) GotenObjectExt ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) GotenObjectExt()
func (*AlertingCondition_Spec_TimeSeries_Threshold) GotenValidate ¶
func (obj *AlertingCondition_Spec_TimeSeries_Threshold) GotenValidate() error
func (*AlertingCondition_Spec_TimeSeries_Threshold) MakeDiffFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeDiffFieldMask(other *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
func (*AlertingCondition_Spec_TimeSeries_Threshold) MakeFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeFullFieldMask() *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
func (*AlertingCondition_Spec_TimeSeries_Threshold) MakeRawDiffFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_Threshold) MakeRawFullFieldMask ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_Threshold) Marshal ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) Marshal() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_Threshold) MarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_Threshold) Merge ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) Merge(source *AlertingCondition_Spec_TimeSeries_Threshold)
func (*AlertingCondition_Spec_TimeSeries_Threshold) MergeRaw ¶
func (o *AlertingCondition_Spec_TimeSeries_Threshold) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries_Threshold) ProtoMessage ¶
func (*AlertingCondition_Spec_TimeSeries_Threshold) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries_Threshold) ProtoReflect ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries_Threshold) Reset ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) Reset()
func (*AlertingCondition_Spec_TimeSeries_Threshold) SetCompare ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) SetCompare(fv AlertingCondition_Spec_TimeSeries_Threshold_Compare)
func (*AlertingCondition_Spec_TimeSeries_Threshold) SetValue ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) SetValue(fv float64)
func (*AlertingCondition_Spec_TimeSeries_Threshold) String ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) String() string
func (*AlertingCondition_Spec_TimeSeries_Threshold) Unmarshal ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) Unmarshal(b []byte) error
func (*AlertingCondition_Spec_TimeSeries_Threshold) UnmarshalJSON ¶
func (m *AlertingCondition_Spec_TimeSeries_Threshold) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorCompare ¶
type AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorCompare struct{}
func (AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorCompare) WithArrayOfValues ¶
type AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue ¶
type AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue struct{}
func (AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TimeSeries_ThresholdPathSelectorValue) WithArrayOfValues(values []float64) *AlertingConditionSpecTimeSeriesThreshold_FieldTerminalPathArrayOfValues
type AlertingCondition_Spec_TimeSeries_Threshold_Compare ¶
type AlertingCondition_Spec_TimeSeries_Threshold_Compare int32
const ( AlertingCondition_Spec_TimeSeries_Threshold_COMPARE_UNSPECIFIED AlertingCondition_Spec_TimeSeries_Threshold_Compare = 0 AlertingCondition_Spec_TimeSeries_Threshold_GT AlertingCondition_Spec_TimeSeries_Threshold_Compare = 1 AlertingCondition_Spec_TimeSeries_Threshold_LT AlertingCondition_Spec_TimeSeries_Threshold_Compare = 2 )
func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) Descriptor ¶
func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) Descriptor() preflect.EnumDescriptor
func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) EnumDescriptor ¶
func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) EnumDescriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_TimeSeries_Threshold_Compare.ProtoReflect.Descriptor instead.
func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) Number ¶
func (x AlertingCondition_Spec_TimeSeries_Threshold_Compare) Number() preflect.EnumNumber
func (AlertingCondition_Spec_TimeSeries_Threshold_Compare) String ¶
func (x AlertingCondition_Spec_TimeSeries_Threshold_Compare) String() string
type AlertingCondition_Spec_TimeSeries_Threshold_FieldMask ¶
type AlertingCondition_Spec_TimeSeries_Threshold_FieldMask struct {
Paths []AlertingConditionSpecTimeSeriesThreshold_FieldPath
}
func FullAlertingCondition_Spec_TimeSeries_Threshold_FieldMask ¶
func FullAlertingCondition_Spec_TimeSeries_Threshold_FieldMask() *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) AppendPath(path AlertingConditionSpecTimeSeriesThreshold_FieldPath)
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) FilterInputFields() *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) GetPaths() []AlertingConditionSpecTimeSeriesThreshold_FieldPath
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) IsFull() bool
func (AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) PathsCount() int
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Project ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Project(source *AlertingCondition_Spec_TimeSeries_Threshold) *AlertingCondition_Spec_TimeSeries_Threshold
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProtoMessage()
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Reset()
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Set ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Set(target, source *AlertingCondition_Spec_TimeSeries_Threshold)
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Size ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Size() int
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) String ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) String() string
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_Spec_TimeSeries_Threshold_FieldMask) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_Trigger ¶
type AlertingCondition_Spec_Trigger struct { Type AlertingCondition_Spec_Trigger_Type `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AlertingCondition_Spec_Trigger) Clone ¶
func (o *AlertingCondition_Spec_Trigger) Clone() *AlertingCondition_Spec_Trigger
func (*AlertingCondition_Spec_Trigger) CloneRaw ¶
func (o *AlertingCondition_Spec_Trigger) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_Trigger) Descriptor ¶
func (*AlertingCondition_Spec_Trigger) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_Trigger.ProtoReflect.Descriptor instead.
func (*AlertingCondition_Spec_Trigger) GetType ¶
func (m *AlertingCondition_Spec_Trigger) GetType() AlertingCondition_Spec_Trigger_Type
func (*AlertingCondition_Spec_Trigger) GotenMessage ¶
func (*AlertingCondition_Spec_Trigger) GotenMessage()
func (*AlertingCondition_Spec_Trigger) GotenObjectExt ¶
func (o *AlertingCondition_Spec_Trigger) GotenObjectExt()
func (*AlertingCondition_Spec_Trigger) GotenValidate ¶
func (obj *AlertingCondition_Spec_Trigger) GotenValidate() error
func (*AlertingCondition_Spec_Trigger) MakeDiffFieldMask ¶
func (o *AlertingCondition_Spec_Trigger) MakeDiffFieldMask(other *AlertingCondition_Spec_Trigger) *AlertingCondition_Spec_Trigger_FieldMask
func (*AlertingCondition_Spec_Trigger) MakeFullFieldMask ¶
func (o *AlertingCondition_Spec_Trigger) MakeFullFieldMask() *AlertingCondition_Spec_Trigger_FieldMask
func (*AlertingCondition_Spec_Trigger) MakeRawDiffFieldMask ¶
func (o *AlertingCondition_Spec_Trigger) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition_Spec_Trigger) MakeRawFullFieldMask ¶
func (o *AlertingCondition_Spec_Trigger) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition_Spec_Trigger) Marshal ¶
func (m *AlertingCondition_Spec_Trigger) Marshal() ([]byte, error)
func (*AlertingCondition_Spec_Trigger) MarshalJSON ¶
func (m *AlertingCondition_Spec_Trigger) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_Trigger) Merge ¶
func (o *AlertingCondition_Spec_Trigger) Merge(source *AlertingCondition_Spec_Trigger)
func (*AlertingCondition_Spec_Trigger) MergeRaw ¶
func (o *AlertingCondition_Spec_Trigger) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_Trigger) ProtoMessage ¶
func (*AlertingCondition_Spec_Trigger) ProtoMessage()
func (*AlertingCondition_Spec_Trigger) ProtoReflect ¶
func (m *AlertingCondition_Spec_Trigger) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_Trigger) Reset ¶
func (m *AlertingCondition_Spec_Trigger) Reset()
func (*AlertingCondition_Spec_Trigger) SetType ¶
func (m *AlertingCondition_Spec_Trigger) SetType(fv AlertingCondition_Spec_Trigger_Type)
func (*AlertingCondition_Spec_Trigger) String ¶
func (m *AlertingCondition_Spec_Trigger) String() string
func (*AlertingCondition_Spec_Trigger) Unmarshal ¶
func (m *AlertingCondition_Spec_Trigger) Unmarshal(b []byte) error
func (*AlertingCondition_Spec_Trigger) UnmarshalJSON ¶
func (m *AlertingCondition_Spec_Trigger) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_TriggerPathSelectorType ¶
type AlertingCondition_Spec_TriggerPathSelectorType struct{}
func (AlertingCondition_Spec_TriggerPathSelectorType) WithArrayOfValues ¶
func (s AlertingCondition_Spec_TriggerPathSelectorType) WithArrayOfValues(values []AlertingCondition_Spec_Trigger_Type) *AlertingConditionSpecTrigger_FieldTerminalPathArrayOfValues
type AlertingCondition_Spec_Trigger_FieldMask ¶
type AlertingCondition_Spec_Trigger_FieldMask struct {
Paths []AlertingConditionSpecTrigger_FieldPath
}
func FullAlertingCondition_Spec_Trigger_FieldMask ¶
func FullAlertingCondition_Spec_Trigger_FieldMask() *AlertingCondition_Spec_Trigger_FieldMask
func (*AlertingCondition_Spec_Trigger_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) AppendPath(path AlertingConditionSpecTrigger_FieldPath)
func (*AlertingCondition_Spec_Trigger_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_Spec_Trigger_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_Spec_Trigger_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_Spec_Trigger_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) FilterInputFields() *AlertingCondition_Spec_Trigger_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_Spec_Trigger_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_Spec_Trigger_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) GetPaths() []AlertingConditionSpecTrigger_FieldPath
func (*AlertingCondition_Spec_Trigger_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_Spec_Trigger_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) IsFull() bool
func (AlertingCondition_Spec_Trigger_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_Spec_Trigger_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_Spec_Trigger_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_Spec_Trigger_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_Spec_Trigger_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) PathsCount() int
func (*AlertingCondition_Spec_Trigger_FieldMask) Project ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Project(source *AlertingCondition_Spec_Trigger) *AlertingCondition_Spec_Trigger
func (*AlertingCondition_Spec_Trigger_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_Spec_Trigger_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ProtoMessage()
func (*AlertingCondition_Spec_Trigger_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_Spec_Trigger_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Reset()
func (*AlertingCondition_Spec_Trigger_FieldMask) Set ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Set(target, source *AlertingCondition_Spec_Trigger)
func (*AlertingCondition_Spec_Trigger_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_Spec_Trigger_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_Spec_Trigger_FieldMask) Size ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Size() int
func (*AlertingCondition_Spec_Trigger_FieldMask) String ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) String() string
func (*AlertingCondition_Spec_Trigger_FieldMask) Subtract ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Subtract(other *AlertingCondition_Spec_Trigger_FieldMask) *AlertingCondition_Spec_Trigger_FieldMask
func (*AlertingCondition_Spec_Trigger_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_Spec_Trigger_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_Spec_Trigger_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_Spec_Trigger_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_Spec_Trigger_FieldMask) UnmarshalJSON(data []byte) error
type AlertingCondition_Spec_Trigger_Type ¶
type AlertingCondition_Spec_Trigger_Type int32
const ( // Triggers on each unique TimeSeries label set violation AlertingCondition_Spec_Trigger_EACH AlertingCondition_Spec_Trigger_Type = 0 )
func (AlertingCondition_Spec_Trigger_Type) Descriptor ¶
func (AlertingCondition_Spec_Trigger_Type) Descriptor() preflect.EnumDescriptor
func (AlertingCondition_Spec_Trigger_Type) Enum ¶
func (x AlertingCondition_Spec_Trigger_Type) Enum() *AlertingCondition_Spec_Trigger_Type
func (AlertingCondition_Spec_Trigger_Type) EnumDescriptor ¶
func (AlertingCondition_Spec_Trigger_Type) EnumDescriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_Spec_Trigger_Type.ProtoReflect.Descriptor instead.
func (AlertingCondition_Spec_Trigger_Type) Number ¶
func (x AlertingCondition_Spec_Trigger_Type) Number() preflect.EnumNumber
func (AlertingCondition_Spec_Trigger_Type) String ¶
func (x AlertingCondition_Spec_Trigger_Type) String() string
func (AlertingCondition_Spec_Trigger_Type) Type ¶
func (AlertingCondition_Spec_Trigger_Type) Type() preflect.EnumType
type AlertingCondition_State ¶
type AlertingCondition_State struct { FiringAlertsCount int64 `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AlertingCondition_State) Clone ¶
func (o *AlertingCondition_State) Clone() *AlertingCondition_State
func (*AlertingCondition_State) CloneRaw ¶
func (o *AlertingCondition_State) CloneRaw() gotenobject.GotenObjectExt
func (*AlertingCondition_State) Descriptor ¶
func (*AlertingCondition_State) Descriptor() ([]byte, []int)
Deprecated, Use AlertingCondition_State.ProtoReflect.Descriptor instead.
func (*AlertingCondition_State) GetFiringAlertsCount ¶
func (m *AlertingCondition_State) GetFiringAlertsCount() int64
func (*AlertingCondition_State) GotenMessage ¶
func (*AlertingCondition_State) GotenMessage()
func (*AlertingCondition_State) GotenObjectExt ¶
func (o *AlertingCondition_State) GotenObjectExt()
func (*AlertingCondition_State) GotenValidate ¶
func (obj *AlertingCondition_State) GotenValidate() error
func (*AlertingCondition_State) MakeDiffFieldMask ¶
func (o *AlertingCondition_State) MakeDiffFieldMask(other *AlertingCondition_State) *AlertingCondition_State_FieldMask
func (*AlertingCondition_State) MakeFullFieldMask ¶
func (o *AlertingCondition_State) MakeFullFieldMask() *AlertingCondition_State_FieldMask
func (*AlertingCondition_State) MakeRawDiffFieldMask ¶
func (o *AlertingCondition_State) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*AlertingCondition_State) MakeRawFullFieldMask ¶
func (o *AlertingCondition_State) MakeRawFullFieldMask() gotenobject.FieldMask
func (*AlertingCondition_State) Marshal ¶
func (m *AlertingCondition_State) Marshal() ([]byte, error)
func (*AlertingCondition_State) MarshalJSON ¶
func (m *AlertingCondition_State) MarshalJSON() ([]byte, error)
func (*AlertingCondition_State) Merge ¶
func (o *AlertingCondition_State) Merge(source *AlertingCondition_State)
func (*AlertingCondition_State) MergeRaw ¶
func (o *AlertingCondition_State) MergeRaw(source gotenobject.GotenObjectExt)
func (*AlertingCondition_State) ProtoMessage ¶
func (*AlertingCondition_State) ProtoMessage()
func (*AlertingCondition_State) ProtoReflect ¶
func (m *AlertingCondition_State) ProtoReflect() preflect.Message
func (*AlertingCondition_State) Reset ¶
func (m *AlertingCondition_State) Reset()
func (*AlertingCondition_State) SetFiringAlertsCount ¶
func (m *AlertingCondition_State) SetFiringAlertsCount(fv int64)
func (*AlertingCondition_State) String ¶
func (m *AlertingCondition_State) String() string
func (*AlertingCondition_State) Unmarshal ¶
func (m *AlertingCondition_State) Unmarshal(b []byte) error
func (*AlertingCondition_State) UnmarshalJSON ¶
func (m *AlertingCondition_State) UnmarshalJSON(data []byte) error
type AlertingCondition_StatePathSelectorFiringAlertsCount ¶
type AlertingCondition_StatePathSelectorFiringAlertsCount struct{}
func (AlertingCondition_StatePathSelectorFiringAlertsCount) WithArrayOfValues ¶
func (s AlertingCondition_StatePathSelectorFiringAlertsCount) WithArrayOfValues(values []int64) *AlertingConditionState_FieldTerminalPathArrayOfValues
func (AlertingCondition_StatePathSelectorFiringAlertsCount) WithValue ¶
func (s AlertingCondition_StatePathSelectorFiringAlertsCount) WithValue(value int64) *AlertingConditionState_FieldTerminalPathValue
type AlertingCondition_State_FieldMask ¶
type AlertingCondition_State_FieldMask struct {
Paths []AlertingConditionState_FieldPath
}
func FullAlertingCondition_State_FieldMask ¶
func FullAlertingCondition_State_FieldMask() *AlertingCondition_State_FieldMask
func (*AlertingCondition_State_FieldMask) AppendPath ¶
func (fieldMask *AlertingCondition_State_FieldMask) AppendPath(path AlertingConditionState_FieldPath)
func (*AlertingCondition_State_FieldMask) AppendRawPath ¶
func (fieldMask *AlertingCondition_State_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*AlertingCondition_State_FieldMask) DecodeFirestore ¶
func (fieldMask *AlertingCondition_State_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*AlertingCondition_State_FieldMask) EncodeFirestore ¶
func (fieldMask *AlertingCondition_State_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*AlertingCondition_State_FieldMask) FilterInputFields ¶
func (fieldMask *AlertingCondition_State_FieldMask) FilterInputFields() *AlertingCondition_State_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*AlertingCondition_State_FieldMask) FromProtoFieldMask ¶
func (fieldMask *AlertingCondition_State_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*AlertingCondition_State_FieldMask) GetPaths ¶
func (fieldMask *AlertingCondition_State_FieldMask) GetPaths() []AlertingConditionState_FieldPath
func (*AlertingCondition_State_FieldMask) GetRawPaths ¶
func (fieldMask *AlertingCondition_State_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*AlertingCondition_State_FieldMask) IsFull ¶
func (fieldMask *AlertingCondition_State_FieldMask) IsFull() bool
func (AlertingCondition_State_FieldMask) Marshal ¶
func (fieldMask AlertingCondition_State_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (AlertingCondition_State_FieldMask) MarshalJSON ¶
func (fieldMask AlertingCondition_State_FieldMask) MarshalJSON() ([]byte, error)
func (*AlertingCondition_State_FieldMask) PathsCount ¶
func (fieldMask *AlertingCondition_State_FieldMask) PathsCount() int
func (*AlertingCondition_State_FieldMask) Project ¶
func (fieldMask *AlertingCondition_State_FieldMask) Project(source *AlertingCondition_State) *AlertingCondition_State
func (*AlertingCondition_State_FieldMask) ProjectRaw ¶
func (fieldMask *AlertingCondition_State_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*AlertingCondition_State_FieldMask) ProtoMessage ¶
func (fieldMask *AlertingCondition_State_FieldMask) ProtoMessage()
func (*AlertingCondition_State_FieldMask) ProtoReflect ¶
func (fieldMask *AlertingCondition_State_FieldMask) ProtoReflect() preflect.Message
func (*AlertingCondition_State_FieldMask) Reset ¶
func (fieldMask *AlertingCondition_State_FieldMask) Reset()
func (*AlertingCondition_State_FieldMask) Set ¶
func (fieldMask *AlertingCondition_State_FieldMask) Set(target, source *AlertingCondition_State)
func (*AlertingCondition_State_FieldMask) SetFromCliFlag ¶
func (fieldMask *AlertingCondition_State_FieldMask) SetFromCliFlag(raw string) error
func (*AlertingCondition_State_FieldMask) SetRaw ¶
func (fieldMask *AlertingCondition_State_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*AlertingCondition_State_FieldMask) Size ¶
func (fieldMask *AlertingCondition_State_FieldMask) Size() int
func (*AlertingCondition_State_FieldMask) String ¶
func (fieldMask *AlertingCondition_State_FieldMask) String() string
func (*AlertingCondition_State_FieldMask) Subtract ¶
func (fieldMask *AlertingCondition_State_FieldMask) Subtract(other *AlertingCondition_State_FieldMask) *AlertingCondition_State_FieldMask
func (*AlertingCondition_State_FieldMask) SubtractRaw ¶
func (fieldMask *AlertingCondition_State_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*AlertingCondition_State_FieldMask) ToProtoFieldMask ¶
func (fieldMask *AlertingCondition_State_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*AlertingCondition_State_FieldMask) Unmarshal ¶
func (fieldMask *AlertingCondition_State_FieldMask) Unmarshal(data []byte) error
func (*AlertingCondition_State_FieldMask) UnmarshalJSON ¶
func (fieldMask *AlertingCondition_State_FieldMask) UnmarshalJSON(data []byte) error
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) CanBeParentless ¶ added in v1.0.21
func (d *Descriptor) CanBeParentless() bool
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetParentResDescriptors ¶ added in v1.0.21
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 ¶ added in v0.4.16
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶ added in v0.4.16
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 ¶ added in v0.4.16
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶ added in v0.9.0
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 ¶ added in v1.0.21
func (d *Descriptor) SupportsMetadata() bool
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
func (*Filter) DecodeFirestore ¶
func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Filter) EncodeFirestore ¶
func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Filter) Evaluate ¶
func (filter *Filter) Evaluate(res *AlertingCondition) 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 []*AlertingCondition) (out []*AlertingCondition)
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 AlertingCondition_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 *AlertingCondition) bool // Whether this condition is at least as specific as other. // When true, any AlertingCondition 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 AlertingCondition_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 AlertingCondition_FieldPath Value AlertingCondition_FieldPathArrayItemValue Values []AlertingCondition_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 *AlertingCondition) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() AlertingCondition_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 AlertingCondition_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 {
AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 {
AlertingCondition_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 *AlertingCondition) 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 AlertingCondition_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 *AlertingCondition_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 *AlertingCondition_FieldMask WithPagingInfo bool }
func (*ListQuery) GetFieldMask ¶
func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
func (*ListQuery) GetFilter ¶
func (q *ListQuery) GetFilter() gotenresource.Filter
func (*ListQuery) GetPager ¶
func (q *ListQuery) GetPager() gotenresource.PagerQuery
func (*ListQuery) GetResourceDescriptor ¶
func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*ListQuery) GetWithPagingInfo ¶ added in v0.10.1
func (*ListQuery) GotenQuery ¶
func (q *ListQuery) GotenQuery()
func (*ListQuery) SetFieldMask ¶
func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*ListQuery) SetFilter ¶
func (q *ListQuery) SetFilter(filter gotenresource.Filter)
func (*ListQuery) SetPager ¶
func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
func (*ListQuery) SetWithPagingInfo ¶ added in v0.10.1
type Name ¶
type Name struct { ParentName AlertingConditionId string `firestore:"alertingConditionId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetAlertingPolicyName ¶
func (name *Name) GetAlertingPolicyName() *alerting_policy.Name
func (*Name) GetIParentName ¶ added in v0.8.0
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶ added in v0.8.0
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
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) SetAlertingPolicy ¶
func (b *NameBuilder) SetAlertingPolicy(parent *alerting_policy.Name) *NameBuilder
func (*NameBuilder) SetAlertingPolicyId ¶
func (b *NameBuilder) SetAlertingPolicyId(id string) *NameBuilder
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
func (*NameBuilder) SetRegionId ¶
func (b *NameBuilder) SetRegionId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *AlertingCondition) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *AlertingCondition_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 AlertingConditionList, elem *AlertingCondition) (AlertingConditionList, 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 AlertingConditionList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath AlertingCondition_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 *AlertingCondition) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶ added in v0.8.0
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶ added in v0.8.0
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶ added in v0.8.0
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶ added in v0.8.0
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶ added in v0.8.0
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` RegionId string `firestore:"regionId"` AlertingPolicyId string `firestore:"alertingPolicyId"` }
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 ¶ added in v1.0.21
func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentName) ConvertToType ¶ added in v1.0.21
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) GetAlertingPolicyName ¶
func (name *ParentName) GetAlertingPolicyName() *alerting_policy.Name
func (*ParentName) GetIParentName ¶ added in v0.8.0
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶ added in v0.8.0
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) 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 ¶ added in v1.0.21
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 ¶ added in v1.0.21
func (name *ParentName) Type() ref.Type
func (*ParentName) TypeName ¶ added in v1.0.21
func (name *ParentName) TypeName() string
func (*ParentName) Value ¶ added in v1.0.21
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) GetAlertingPolicy ¶
func (ref *ParentReference) GetAlertingPolicy() *alerting_policy.AlertingPolicy
func (*ParentReference) GetAlertingPolicyReference ¶
func (ref *ParentReference) GetAlertingPolicyReference() *alerting_policy.Reference
func (*ParentReference) GetIParentName ¶ added in v0.8.0
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶ added in v0.8.0
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) 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 []*AlertingConditionChange 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 { AlertingConditions []*AlertingCondition PrevPageCursor *PagerCursor NextPageCursor *PagerCursor TotalResultsCount int32 CurrentOffset int32 }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPagingInfo ¶ added in v0.10.1
func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetPagingInfo ¶ added in v0.10.1
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, alertingCondition *AlertingCondition) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetAlertingCondition ¶
func (ref *Reference) GetAlertingCondition() *AlertingCondition
func (*Reference) GetIParentName ¶ added in v0.8.0
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶ added in v0.8.0
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 *AlertingCondition)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type SearchQuery ¶ added in v0.10.4
func (*SearchQuery) GetPhrase ¶ added in v0.10.4
func (q *SearchQuery) GetPhrase() string
func (*SearchQuery) GetWithPagingInfo ¶ added in v0.10.4
func (q *SearchQuery) GetWithPagingInfo() bool
func (*SearchQuery) SetPhrase ¶ added in v0.10.4
func (q *SearchQuery) SetPhrase(phrase string)
func (*SearchQuery) String ¶ added in v0.10.4
func (q *SearchQuery) String() string
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string StartingTime *timestamppb.Timestamp }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetStartingTime ¶ added in v0.9.0
func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetStartingTime ¶ added in v0.9.0
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶ added in v0.4.29
func (q *WatchQuery) String() string
Source Files ¶
- alerting_condition.pb.access.go
- alerting_condition.pb.collections.go
- alerting_condition.pb.descriptor.go
- alerting_condition.pb.fieldmask.go
- alerting_condition.pb.fieldpath.go
- alerting_condition.pb.fieldpathbuilder.go
- alerting_condition.pb.filter.go
- alerting_condition.pb.filterbuilder.go
- alerting_condition.pb.go
- alerting_condition.pb.name.go
- alerting_condition.pb.namebuilder.go
- alerting_condition.pb.object_ext.go
- alerting_condition.pb.pagination.go
- alerting_condition.pb.parentname.go
- alerting_condition.pb.query.go
- alerting_condition.pb.validate.go
- alerting_condition.pb.view.go
- alerting_condition_change.pb.change.go
- alerting_condition_change.pb.go
- alerting_condition_change.pb.validate.go