SavedQueriesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(SavedQuery request, String parent, {String? savedQueryId, String? $fields})
→ Future<SavedQuery>
-
Creates a saved query in a parent project/folder/organization.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a saved query.
-
get(String name, {String? $fields})
→ Future<SavedQuery>
-
Gets details about a saved query.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSavedQueriesResponse>
-
Lists all saved queries in a parent project/folder/organization.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(SavedQuery request, String name, {String? updateMask, String? $fields})
→ Future<SavedQuery>
-
Updates a saved query.
-
toString()
→ String
-
A string representation of this object.
inherited