SearchDataItemsRequest_OrderByAnnotation class final
Expression that allows ranking results based on annotation's property.
- Inheritance
-
- Object
- ProtoMessage
- SearchDataItemsRequest_OrderByAnnotation
Constructors
- SearchDataItemsRequest_OrderByAnnotation({required String savedQuery, String orderBy = ''})
- SearchDataItemsRequest_OrderByAnnotation.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- orderBy → String
-
A comma-separated list of annotation fields to order by, sorted in
ascending order. Use "desc" after a field name for descending. Must also
specify saved_query.
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
- savedQuery → String
-
Required. Saved query of the Annotation. Only Annotations belong to this
saved query will be considered for ordering.
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