OrganizationsEnvironmentsSecurityReportsResource 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(GoogleCloudApigeeV1SecurityReportQuery request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1SecurityReport>
-
Submit a report request to be processed in the background.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1SecurityReport>
-
Get security report 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 as
file.
-
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? from, int? pageSize, String? pageToken, String? status, String? submittedBy, String? to, String? $fields})
→ Future<GoogleCloudApigeeV1ListSecurityReportsResponse>
-
Return a list of Security Reports
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited