ProjectsLocationsContentPoliciesResource class
Constructors
- ProjectsLocationsContentPoliciesResource(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(
GooglePrivacyDlpV2CreateContentPolicyRequest request, String parent, {String? $fields}) → Future< GooglePrivacyDlpV2ContentPolicy> - Create a ContentPolicy.
-
delete(
String name, {String? $fields}) → Future< GoogleProtobufEmpty> - Delete a ContentPolicy.
-
get(
String name, {String? $fields}) → Future< GooglePrivacyDlpV2ContentPolicy> - Get a ContentPolicy.
-
list(
String parent, {int? pageSize, String? pageToken, String? $fields}) → Future< GooglePrivacyDlpV2ListContentPoliciesResponse> - Lists ContentPolicies in a parent.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
GooglePrivacyDlpV2UpdateContentPolicyRequest request, String name, {String? $fields}) → Future< GooglePrivacyDlpV2ContentPolicy> - Update a ContentPolicy.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited