ProjectsLocationsMetadataFeedsResource class

Constructors

ProjectsLocationsMetadataFeedsResource(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(GoogleCloudDataplexV1MetadataFeed request, String parent, {String? metadataFeedId, bool? validateOnly, String? $fields}) Future<GoogleLongrunningOperation>
Creates a MetadataFeed.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a MetadataFeed.
get(String name, {String? $fields}) Future<GoogleCloudDataplexV1MetadataFeed>
Gets a MetadataFeed.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDataplexV1ListMetadataFeedsResponse>
Retrieve a list of MetadataFeeds.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDataplexV1MetadataFeed request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<GoogleLongrunningOperation>
Updates a MetadataFeed.
toString() String
A string representation of this object.
inherited

Operators

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