Feed class
An asset feed used to export asset updates to a destinations.
An asset feed filter controls what updates are exported. The asset feed must be created within a project, organization, or folder. Supported destinations are: Pub/Sub topics.
Constructors
Properties
-
assetNames
↔ List<
String> ? -
A list of the full names of the assets to receive updates.
getter/setter pair
-
assetTypes
↔ List<
String> ? -
A list of types of the assets to receive updates.
getter/setter pair
- condition ↔ Expr?
-
A condition which determines whether an asset update should be published.
getter/setter pair
- contentType ↔ String?
-
Asset content type.
getter/setter pair
- feedOutputConfig ↔ FeedOutputConfig?
-
Feed output configuration defining where the asset updates are published
to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The format will be
projects/{project_number}/feeds/{client-assigned_feed_identifier} or
folders/{folder_number}/feeds/{client-assigned_feed_identifier} or
organizations/{organization_number}/feeds/{client-assigned_feed_identifier}
The client-assigned feed identifier must be unique within the parent
project/folder/organization.
getter/setter pair
-
relationshipTypes
↔ List<
String> ? -
A list of relationship types to output, for example:
INSTANCE_TO_INSTANCEGROUP
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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