ProjectsLocationsTagTemplatesResource class
Methods
-
create(GoogleCloudDatacatalogV1beta1TagTemplate request, String parent, {String? tagTemplateId, String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1TagTemplate>
-
Creates a tag template.
-
delete(String name, {bool? force, String? $fields})
→ Future<Empty>
-
Deletes a tag template and all tags using the template.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1TagTemplate>
-
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(GoogleCloudDatacatalogV1beta1TagTemplate request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudDatacatalogV1beta1TagTemplate>
-
Updates a tag template.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy for a resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns the caller's permissions on a resource.
-
toString()
→ String
-
A string representation of this object.
inherited