ProjectsLocationsEntryGroupsEntriesResource class

Constructors

ProjectsLocationsEntryGroupsEntriesResource(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
tags ProjectsLocationsEntryGroupsEntriesTagsResource
no setter

Methods

create(GoogleCloudDatacatalogV1Entry request, String parent, {String? entryId, String? $fields}) Future<GoogleCloudDatacatalogV1Entry>
Creates an entry.
delete(String name, {String? $fields}) Future<Empty>
Deletes an existing entry.
get(String name, {String? $fields}) Future<GoogleCloudDatacatalogV1Entry>
Gets an entry.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a resource.
import(GoogleCloudDatacatalogV1ImportEntriesRequest request, String parent, {String? $fields}) Future<Operation>
Imports entries from a source, such as data previously dumped into a Cloud Storage bucket, into Data Catalog.
list(String parent, {int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudDatacatalogV1ListEntriesResponse>
Lists entries.
modifyEntryContacts(GoogleCloudDatacatalogV1ModifyEntryContactsRequest request, String name, {String? $fields}) Future<GoogleCloudDatacatalogV1Contacts>
Modifies contacts, part of the business context of an Entry.
modifyEntryOverview(GoogleCloudDatacatalogV1ModifyEntryOverviewRequest request, String name, {String? $fields}) Future<GoogleCloudDatacatalogV1EntryOverview>
Modifies entry overview, part of the business context of an Entry.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1Entry request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1Entry>
Updates an existing entry.
star(GoogleCloudDatacatalogV1StarEntryRequest request, String name, {String? $fields}) Future<GoogleCloudDatacatalogV1StarEntryResponse>
Marks an Entry as starred by the current user.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Gets your permissions on a resource.
toString() String
A string representation of this object.
inherited
unstar(GoogleCloudDatacatalogV1UnstarEntryRequest request, String name, {String? $fields}) Future<GoogleCloudDatacatalogV1UnstarEntryResponse>
Marks an Entry as NOT starred by the current user.

Operators

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