ProjectsLocationsDatasetsConsentStoresResource class
Methods
-
checkDataAccess(CheckDataAccessRequest request, String consentStore, {String? $fields})
→ Future<CheckDataAccessResponse>
-
Checks if a particular data_id of a User data mapping in the specified
consent store is consented for the specified use.
-
create(ConsentStore request, String parent, {String? consentStoreId, String? $fields})
→ Future<ConsentStore>
-
Creates a new consent store in the parent dataset.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified consent store and removes all the consent store's
data.
-
evaluateUserConsents(EvaluateUserConsentsRequest request, String consentStore, {String? $fields})
→ Future<EvaluateUserConsentsResponse>
-
Evaluates the user's Consents for all matching User data mappings.
-
get(String name, {String? $fields})
→ Future<ConsentStore>
-
Gets the specified consent store.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListConsentStoresResponse>
-
Lists the consent stores in the specified dataset.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ConsentStore request, String name, {String? updateMask, String? $fields})
→ Future<ConsentStore>
-
Updates the specified consent store.
-
queryAccessibleData(QueryAccessibleDataRequest request, String consentStore, {String? $fields})
→ Future<Operation>
-
Queries all data_ids that are consented for a specified use in the given
consent store and writes them to a specified destination.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited