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

Methods

create(GoogleCloudDataplexV1Entry request, String parent, {String? entryId, String? $fields}) Future<GoogleCloudDataplexV1Entry>
Creates an Entry.
delete(String name, {String? $fields}) Future<GoogleCloudDataplexV1Entry>
Deletes an Entry.
get(String name, {List<String>? aspectTypes, List<String>? paths, String? view, String? $fields}) Future<GoogleCloudDataplexV1Entry>
Gets a single entry.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDataplexV1ListEntriesResponse>
Lists entries within an entry group.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDataplexV1Entry request, String name, {bool? allowMissing, List<String>? aspectKeys, bool? deleteMissingAspects, String? updateMask, String? $fields}) Future<GoogleCloudDataplexV1Entry>
Updates an Entry.
toString() String
A string representation of this object.
inherited

Operators

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