QueryResource class
Constructors
- QueryResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sources → QuerySourcesResource
-
no setter
Methods
-
debugSearch(
SearchRequest request, {String? $fields}) → Future< DebugResponse> - Returns Debug information for Cloud Search Query API provides the search method.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeActivity(
RemoveActivityRequest request, {String? $fields}) → Future< RemoveActivityResponse> - Provides functionality to remove logged activity for a user.
-
search(
SearchRequest request, {String? $fields}) → Future< SearchResponse> - The Cloud Search Query API provides the search method, which returns the most relevant results from a user query.
-
suggest(
SuggestRequest request, {String? $fields}) → Future< SuggestResponse> - Provides suggestions for autocompleting the query.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited