ProjectsLocationsTaxonomiesResource class
Methods
-
create(GoogleCloudDatacatalogV1beta1Taxonomy request, String parent, {String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1Taxonomy>
-
Creates a taxonomy in the specified project.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a taxonomy.
-
export(String parent, {bool? serializedTaxonomies, List<String>? taxonomies, String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse>
-
Exports all taxonomies and their policy tags in a project.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1Taxonomy>
-
Gets a taxonomy.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the IAM policy for a taxonomy or a policy tag.
-
import(GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest request, String parent, {String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse>
-
Imports all taxonomies and their policy tags to a project as new
taxonomies.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse>
-
Lists all taxonomies in a project in a particular location that the caller
has permission to view.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDatacatalogV1beta1Taxonomy request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1Taxonomy>
-
Updates a taxonomy.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the IAM policy for a taxonomy or a policy tag.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns the permissions that a caller has on the specified taxonomy or
policy tag.
-
toString()
→ String
-
A string representation of this object.
inherited