ProjectsLocationsLakesZonesEntitiesResource class

Constructors

ProjectsLocationsLakesZonesEntitiesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
partitions ProjectsLocationsLakesZonesEntitiesPartitionsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudDataplexV1Entity request, String parent, {bool? validateOnly, String? $fields}) Future<GoogleCloudDataplexV1Entity>
Create a metadata entity.
delete(String name, {String? etag, String? $fields}) Future<Empty>
Delete a metadata entity.
get(String name, {String? view, String? $fields}) Future<GoogleCloudDataplexV1Entity>
Get a metadata entity.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? view, String? $fields}) Future<GoogleCloudDataplexV1ListEntitiesResponse>
List metadata entities in a zone.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(GoogleCloudDataplexV1Entity request, String name, {bool? validateOnly, String? $fields}) Future<GoogleCloudDataplexV1Entity>
Update a metadata entity.

Operators

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