ProjectsLocationsTaxonomiesResource class

Constructors

ProjectsLocationsTaxonomiesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
policyTags ProjectsLocationsTaxonomiesPolicyTagsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudDatacatalogV1Taxonomy request, String parent, {String? $fields}) Future<GoogleCloudDatacatalogV1Taxonomy>
Creates a taxonomy in a specified project.
delete(String name, {String? $fields}) Future<Empty>
Deletes a taxonomy, including all policy tags in this taxonomy, their associated policies, and the policy tags references from BigQuery columns.
export(String parent, {bool? serializedTaxonomies, List<String>? taxonomies, String? $fields}) Future<GoogleCloudDatacatalogV1ExportTaxonomiesResponse>
Exports taxonomies in the requested type and returns them, including their policy tags.
get(String name, {String? $fields}) Future<GoogleCloudDatacatalogV1Taxonomy>
Gets a taxonomy.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the IAM policy for a policy tag or a taxonomy.
import(GoogleCloudDatacatalogV1ImportTaxonomiesRequest request, String parent, {String? $fields}) Future<GoogleCloudDatacatalogV1ImportTaxonomiesResponse>
Creates new taxonomies (including their policy tags) in a given project by importing from inlined or cross-regional sources.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDatacatalogV1ListTaxonomiesResponse>
Lists all taxonomies in a project in a particular location that you have a permission to view.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1Taxonomy request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1Taxonomy>
Updates a taxonomy, including its display name, description, and activated policy types.
replace(GoogleCloudDatacatalogV1ReplaceTaxonomyRequest request, String name, {String? $fields}) Future<GoogleCloudDatacatalogV1Taxonomy>
Replaces (updates) a taxonomy and all its policy tags.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the IAM policy for a policy tag or a taxonomy.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns your permissions on a specified policy tag or taxonomy.
toString() String
A string representation of this object.
inherited

Operators

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