ProjectsLocationsDatasetsConsentStoresUserDataMappingsResource class

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

archive(ArchiveUserDataMappingRequest request, String name, {String? $fields}) Future<ArchiveUserDataMappingResponse>
Archives the specified User data mapping.
create(UserDataMapping request, String parent, {String? $fields}) Future<UserDataMapping>
Creates a new User data mapping in the parent consent store.
delete(String name, {String? $fields}) Future<Empty>
Deletes the specified User data mapping.
get(String name, {String? $fields}) Future<UserDataMapping>
Gets the specified User data mapping.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListUserDataMappingsResponse>
Lists the User data mappings in the specified consent store.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(UserDataMapping request, String name, {String? updateMask, String? $fields}) Future<UserDataMapping>
Updates the specified User data mapping.
toString() String
A string representation of this object.
inherited

Operators

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