ProjectsLocationsTaxonomiesPolicyTagsResource class

Constructors

ProjectsLocationsTaxonomiesPolicyTagsResource(ApiRequester client)

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

create(GoogleCloudDatacatalogV1PolicyTag request, String parent, {String? $fields}) Future<GoogleCloudDatacatalogV1PolicyTag>
Creates a policy tag in a taxonomy.
delete(String name, {String? $fields}) Future<Empty>
Deletes a policy tag together with the following: * All of its descendant policy tags, if any * Policies associated with the policy tag and its descendants * References from BigQuery table schema of the policy tag and its descendants
get(String name, {String? $fields}) Future<GoogleCloudDatacatalogV1PolicyTag>
Gets a policy tag.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the IAM policy for a policy tag or a taxonomy.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDatacatalogV1ListPolicyTagsResponse>
Lists all policy tags in a taxonomy.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1PolicyTag request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1PolicyTag>
Updates a policy tag, including its display name, description, and parent policy tag.
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