ProjectsLocationsDlpJobsResource class

Constructors

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

cancel(GooglePrivacyDlpV2CancelDlpJobRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Starts asynchronous cancellation on a long-running DlpJob.
create(GooglePrivacyDlpV2CreateDlpJobRequest request, String parent, {String? $fields}) Future<GooglePrivacyDlpV2DlpJob>
Creates a new job to inspect storage or calculate risk metrics.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a long-running DlpJob.
finish(GooglePrivacyDlpV2FinishDlpJobRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Finish a running hybrid DlpJob.
get(String name, {String? $fields}) Future<GooglePrivacyDlpV2DlpJob>
Gets the latest state of a long-running DlpJob.
hybridInspect(GooglePrivacyDlpV2HybridInspectDlpJobRequest request, String name, {String? $fields}) Future<GooglePrivacyDlpV2HybridInspectResponse>
Inspect hybrid content and store findings to a job.
list(String parent, {String? filter, String? locationId, String? orderBy, int? pageSize, String? pageToken, String? type, String? $fields}) Future<GooglePrivacyDlpV2ListDlpJobsResponse>
Lists DlpJobs that match the specified filter in the request.
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