OrganizationsHostSecurityReportsResource class

Constructors

OrganizationsHostSecurityReportsResource(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(GoogleCloudApigeeV1SecurityReportQuery request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1SecurityReport>
Submit a query at host level to be processed in the background.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1SecurityReport>
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<GoogleCloudApigeeV1SecurityReportResultView>
After the query is completed, use this API to view the query result when result size is small.
list(String parent, {String? dataset, String? envgroupHostname, String? from, int? pageSize, String? pageToken, String? status, String? submittedBy, String? to, String? $fields}) Future<GoogleCloudApigeeV1ListSecurityReportsResponse>
Return a list of Security Reports 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