ProjectsDeidentifyTemplatesResource class

Constructors

ProjectsDeidentifyTemplatesResource(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(GooglePrivacyDlpV2CreateDeidentifyTemplateRequest request, String parent, {String? $fields}) Future<GooglePrivacyDlpV2DeidentifyTemplate>
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a DeidentifyTemplate.
get(String name, {String? $fields}) Future<GooglePrivacyDlpV2DeidentifyTemplate>
Gets a DeidentifyTemplate.
list(String parent, {String? locationId, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GooglePrivacyDlpV2ListDeidentifyTemplatesResponse>
Lists DeidentifyTemplates.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest request, String name, {String? $fields}) Future<GooglePrivacyDlpV2DeidentifyTemplate>
Updates the DeidentifyTemplate.
toString() String
A string representation of this object.
inherited

Operators

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