ProjectsLocationsJobTriggersResource class

Constructors

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

activate(GooglePrivacyDlpV2ActivateJobTriggerRequest request, String name, {String? $fields}) Future<GooglePrivacyDlpV2DlpJob>
Activate a job trigger.
create(GooglePrivacyDlpV2CreateJobTriggerRequest request, String parent, {String? $fields}) Future<GooglePrivacyDlpV2JobTrigger>
Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a job trigger.
get(String name, {String? $fields}) Future<GooglePrivacyDlpV2JobTrigger>
Gets a job trigger.
hybridInspect(GooglePrivacyDlpV2HybridInspectJobTriggerRequest request, String name, {String? $fields}) Future<GooglePrivacyDlpV2HybridInspectResponse>
Inspect hybrid content and store findings to a trigger.
list(String parent, {String? filter, String? locationId, String? orderBy, int? pageSize, String? pageToken, String? type, String? $fields}) Future<GooglePrivacyDlpV2ListJobTriggersResponse>
Lists job triggers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GooglePrivacyDlpV2UpdateJobTriggerRequest request, String name, {String? $fields}) Future<GooglePrivacyDlpV2JobTrigger>
Updates a job trigger.
toString() String
A string representation of this object.
inherited

Operators

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