FeatureMonitorJob_FeatureMonitorJobTrigger class final
Choices of the trigger type.
- Inheritance
-
- Object
- ProtoEnum
- FeatureMonitorJob_FeatureMonitorJobTrigger
Constructors
- FeatureMonitorJob_FeatureMonitorJobTrigger(String value)
-
const
- FeatureMonitorJob_FeatureMonitorJobTrigger.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const FeatureMonitorJob_FeatureMonitorJobTrigger
- The default value for FeatureMonitorJob_FeatureMonitorJobTrigger.
- featureMonitorJobTriggerOnDemand → const FeatureMonitorJob_FeatureMonitorJobTrigger
- Triggered on demand by CreateFeatureMonitorJob request.
- featureMonitorJobTriggerPeriodic → const FeatureMonitorJob_FeatureMonitorJobTrigger
- Triggered by periodic schedule.
- featureMonitorJobTriggerUnspecified → const FeatureMonitorJob_FeatureMonitorJobTrigger
- Trigger type unspecified.