ProjectsLocationsTagTemplatesResource class

Constructors

ProjectsLocationsTagTemplatesResource(ApiRequester client)

Properties

fields ProjectsLocationsTagTemplatesFieldsResource
no setter
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(GoogleCloudDatacatalogV1TagTemplate request, String parent, {String? tagTemplateId, String? $fields}) Future<GoogleCloudDatacatalogV1TagTemplate>
Creates a tag template.
delete(String name, {bool? force, String? $fields}) Future<Empty>
Deletes a tag template and all tags that use it.
get(String name, {String? $fields}) Future<GoogleCloudDatacatalogV1TagTemplate>
Gets a tag template.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1TagTemplate request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1TagTemplate>
Updates a tag template.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets an access control policy for a resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Gets your permissions on a resource.
toString() String
A string representation of this object.
inherited

Operators

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