ProjectsLocationsLakesZonesEntitiesResource class
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.