ProjectsLocationsEntryGroupsResource class

Constructors

ProjectsLocationsEntryGroupsResource(ApiRequester client)

Properties

entries ProjectsLocationsEntryGroupsEntriesResource
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
tags ProjectsLocationsEntryGroupsTagsResource
no setter

Methods

create(GoogleCloudDatacatalogV1EntryGroup request, String parent, {String? entryGroupId, String? $fields}) Future<GoogleCloudDatacatalogV1EntryGroup>
Creates an entry group.
delete(String name, {bool? force, String? $fields}) Future<Empty>
Deletes an entry group.
get(String name, {String? readMask, String? $fields}) Future<GoogleCloudDatacatalogV1EntryGroup>
Gets an entry group.
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? $fields}) Future<GoogleCloudDatacatalogV1ListEntryGroupsResponse>
Lists entry groups.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogV1EntryGroup request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogV1EntryGroup>
Updates an entry group.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets an access control policy for a resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Gets your permissions on a resource.
toString() String
A string representation of this object.
inherited

Operators

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