OrganizationsEnvironmentsQueriesResource 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(GoogleCloudApigeeV1Query request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1AsyncQuery>
-
Submit a query to be processed in the background.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1AsyncQuery>
-
Get query status If the query is still in progress, the
state
is set to
"running" After the query has completed successfully, state
is set to
"completed"
-
getResult(String name, {String? $fields})
→ Future<GoogleApiHttpBody>
-
After the query is completed, use this API to retrieve the results.
-
getResulturl(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1GetAsyncQueryResultUrlResponse>
-
After the query is completed, use this API to retrieve the results.
-
list(String parent, {String? dataset, String? from, String? inclQueriesWithoutReport, String? status, String? submittedBy, String? to, String? $fields})
→ Future<GoogleCloudApigeeV1ListAsyncQueriesResponse>
-
Return a list of Asynchronous Queries
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited