ProjectsLocationsLakesZonesEntitiesPartitionsResource class

Constructors

ProjectsLocationsLakesZonesEntitiesPartitionsResource(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(GoogleCloudDataplexV1Partition request, String parent, {bool? validateOnly, String? $fields}) Future<GoogleCloudDataplexV1Partition>
Create a metadata partition.
delete(String name, {String? etag, String? $fields}) Future<Empty>
Delete a metadata partition.
get(String name, {String? $fields}) Future<GoogleCloudDataplexV1Partition>
Get a metadata partition of an entity.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDataplexV1ListPartitionsResponse>
List metadata partitions of an entity.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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