OrganizationsLocationsJobTriggersResource class

Constructors

OrganizationsLocationsJobTriggersResource(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(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.
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