OrganizationsHostQueriesResource class

Constructors

OrganizationsHostQueriesResource(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

Methods

create(GoogleCloudApigeeV1Query request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1AsyncQuery>
Submit a query at host level to be processed in the background.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1AsyncQuery>
Get status of a query submitted at host level.
getResult(String name, {String? $fields}) Future<GoogleApiHttpBody>
After the query is completed, use this API to retrieve the results.
getResultView(String name, {String? $fields}) Future<GoogleCloudApigeeV1AsyncQueryResultView>
Request parameters:
list(String parent, {String? dataset, String? envgroupHostname, String? from, String? inclQueriesWithoutReport, String? status, String? submittedBy, String? to, String? $fields}) Future<GoogleCloudApigeeV1ListAsyncQueriesResponse>
Return a list of Asynchronous Queries at host level.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited