QueryAccessibleDataRequest class

Queries all data_ids that are consented for a given use in the given consent store and writes them to a specified destination.

The returned Operation includes a progress counter for the number of User data mappings processed. Errors are logged to Cloud Logging (see Viewing error logs in Cloud Logging and [QueryAccessibleData] for a sample log entry).

Constructors

QueryAccessibleDataRequest({GoogleCloudHealthcareV1ConsentGcsDestination? gcsDestination, Map<String, String>? requestAttributes, Map<String, String>? resourceAttributes})
QueryAccessibleDataRequest.fromJson(Map json_)

Properties

gcsDestination GoogleCloudHealthcareV1ConsentGcsDestination?
The Cloud Storage destination.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestAttributes Map<String, String>?
The values of request attributes associated with this access request.
getter/setter pair
resourceAttributes Map<String, String>?
The values of resource attributes associated with the type of resources being requested.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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