ProjectsLocationsTagTemplatesFieldsResource class

Constructors

ProjectsLocationsTagTemplatesFieldsResource(ApiRequester client)

Properties

enumValues ProjectsLocationsTagTemplatesFieldsEnumValuesResource
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(GoogleCloudDatacatalogV1TagTemplateField request, String parent, {String? tagTemplateFieldId, String? $fields}) Future<GoogleCloudDatacatalogV1TagTemplateField>
Creates a field in a tag template.
delete(String name, {bool? force, String? $fields}) Future<Empty>
Deletes a field in a tag template and all uses of this field from the tags based on this template.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1TagTemplateField request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1TagTemplateField>
Updates a field in a tag template.
rename(GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest request, String name, {String? $fields}) Future<GoogleCloudDatacatalogV1TagTemplateField>
Renames a field in a tag template.
toString() String
A string representation of this object.
inherited

Operators

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