ProjectsLocationsEntryGroupsEntriesTagsResource class

Constructors

ProjectsLocationsEntryGroupsEntriesTagsResource(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(GoogleCloudDatacatalogV1Tag request, String parent, {String? $fields}) Future<GoogleCloudDatacatalogV1Tag>
Creates a tag and assigns it to: * An Entry if the method name is projects.locations.entryGroups.entries.tags.create.
delete(String name, {String? $fields}) Future<Empty>
Deletes a tag.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDatacatalogV1ListTagsResponse>
Lists tags assigned to an Entry.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1Tag request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1Tag>
Updates an existing tag.
reconcile(GoogleCloudDatacatalogV1ReconcileTagsRequest request, String parent, {String? $fields}) Future<Operation>
ReconcileTags creates or updates a list of tags on the entry.
toString() String
A string representation of this object.
inherited

Operators

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