IndexDatapoint_NumericRestriction class final
This field allows restricts to be based on numeric comparisons rather than categorical tokens.
- Inheritance
-
- Object
- ProtoMessage
- IndexDatapoint_NumericRestriction
Constructors
- IndexDatapoint_NumericRestriction({int? valueInt, double? valueFloat, double? valueDouble, String namespace = '', IndexDatapoint_NumericRestriction_Operator op = IndexDatapoint_NumericRestriction_Operator.$default})
- IndexDatapoint_NumericRestriction.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespace → String
-
The namespace of this restriction. e.g.: cost.
final
- op → IndexDatapoint_NumericRestriction_Operator
-
This MUST be specified for queries and must NOT be specified for
datapoints.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueDouble → double?
-
Represents 64 bit float.
final
- valueFloat → double?
-
Represents 32 bit float.
final
- valueInt → int?
-
Represents 64 bit integer.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String