ProjectsScanConfigsResource class

Constructors

ProjectsScanConfigsResource(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
scanRuns ProjectsScanConfigsScanRunsResource
no setter

Methods

create(ScanConfig request, String parent, {String? $fields}) Future<ScanConfig>
Creates a new ScanConfig.
delete(String name, {String? $fields}) Future<Empty>
Deletes an existing ScanConfig and its child resources.
get(String name, {String? $fields}) Future<ScanConfig>
Gets a ScanConfig.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListScanConfigsResponse>
Lists ScanConfigs under a given project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ScanConfig request, String name, {String? updateMask, String? $fields}) Future<ScanConfig>
Updates a ScanConfig.
start(StartScanRunRequest request, String name, {String? $fields}) Future<ScanRun>
Start a ScanRun according to the given ScanConfig.
toString() String
A string representation of this object.
inherited

Operators

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