QueriesResource class Null safety
Constructors
- QueriesResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
createquery(
Query request, {bool? asynchronous, String? $fields}) → Future< Query> - Creates a query.
-
deletequery(
String queryId, {String? $fields}) → Future< void> - Deletes a stored query as well as the associated stored reports.
-
getquery(
String queryId, {String? $fields}) → Future< Query> - Retrieves a stored query.
-
listqueries(
{int? pageSize, String? pageToken, String? $fields}) → Future< ListQueriesResponse> - Retrieves stored queries.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
runquery(
RunQueryRequest request, String queryId, {bool? asynchronous, String? $fields}) → Future< void> - Runs a stored query to generate a report.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited