OrganizationsInspectTemplatesResource class

Constructors

OrganizationsInspectTemplatesResource(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(GooglePrivacyDlpV2CreateInspectTemplateRequest request, String parent, {String? $fields}) Future<GooglePrivacyDlpV2InspectTemplate>
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes an InspectTemplate.
get(String name, {String? $fields}) Future<GooglePrivacyDlpV2InspectTemplate>
Gets an InspectTemplate.
list(String parent, {String? locationId, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GooglePrivacyDlpV2ListInspectTemplatesResponse>
Lists InspectTemplates.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GooglePrivacyDlpV2UpdateInspectTemplateRequest request, String name, {String? $fields}) Future<GooglePrivacyDlpV2InspectTemplate>
Updates the InspectTemplate.
toString() String
A string representation of this object.
inherited

Operators

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