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(GoogleCloudDatacatalogV1beta1Entry request, String parent, {String? entryId, String? $fields}) Future<GoogleCloudDatacatalogV1beta1Entry>
Creates an entry.
delete(String name, {String? $fields}) Future<Empty>
Deletes an existing entry.
get(String name, {String? $fields}) Future<GoogleCloudDatacatalogV1beta1Entry>
Gets an entry.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a resource.
list(String parent, {int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudDatacatalogV1beta1ListEntriesResponse>
Lists entries.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1beta1Entry request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1beta1Entry>
Updates an existing entry.
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

Operators

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