IndexDatapoint_Restriction class final
Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).
- Inheritance
-
- Object
- ProtoMessage
- IndexDatapoint_Restriction
Constructors
-
IndexDatapoint_Restriction({String namespace = '', List<
String> allowList = const [], List<String> denyList = const []}) - IndexDatapoint_Restriction.fromJson(Object? j)
-
factory
Properties
-
allowList
→ List<
String> -
The attributes to allow in this namespace. e.g.: 'red'
final
-
denyList
→ List<
String> -
The attributes to deny in this namespace. e.g.: 'blue'
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespace → String
-
The namespace of this restriction. e.g.: color.
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
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