GoogleCloudDataplexV1MetadataFeed class
MetadataFeed contains information related to the metadata feed.
Constructors
-
GoogleCloudDataplexV1MetadataFeed({String? createTime, GoogleCloudDataplexV1MetadataFeedFilters? filters, Map<
String, String> ? labels, String? name, String? pubsubTopic, GoogleCloudDataplexV1MetadataFeedScope? scope, String? uid, String? updateTime}) - GoogleCloudDataplexV1MetadataFeed.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time when the feed was created.
getter/setter pair
- filters ↔ GoogleCloudDataplexV1MetadataFeedFilters?
-
The filters of the metadata feed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
User-defined labels.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- pubsubTopic ↔ String?
-
The pubsub topic that you want the metadata feed messages to publish to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ GoogleCloudDataplexV1MetadataFeedScope?
-
The scope of the metadata feed.
getter/setter pair
- uid ↔ String?
-
A system-generated, globally unique ID for the metadata job.
getter/setter pair
- updateTime ↔ String?
-
The time when the feed was updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited