Class: Google::Cloud::Asset::V1::Feed
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::Feed
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
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.
Instance Attribute Summary collapse
-
#asset_names ⇒ ::Array<::String>
A list of the full names of the assets to receive updates.
-
#asset_types ⇒ ::Array<::String>
A list of types of the assets to receive updates.
-
#condition ⇒ ::Google::Type::Expr
A condition which determines whether an asset update should be published.
-
#content_type ⇒ ::Google::Cloud::Asset::V1::ContentType
Asset content type.
-
#feed_output_config ⇒ ::Google::Cloud::Asset::V1::FeedOutputConfig
Required.
-
#name ⇒ ::String
Required.
-
#relationship_types ⇒ ::Array<::String>
A list of relationship types to output, for example:
INSTANCE_TO_INSTANCEGROUP.
Instance Attribute Details
#asset_names ⇒ ::Array<::String>
616 617 618 619 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 616 class Feed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#asset_types ⇒ ::Array<::String>
616 617 618 619 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 616 class Feed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#condition ⇒ ::Google::Type::Expr
616 617 618 619 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 616 class Feed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content_type ⇒ ::Google::Cloud::Asset::V1::ContentType
616 617 618 619 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 616 class Feed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feed_output_config ⇒ ::Google::Cloud::Asset::V1::FeedOutputConfig
616 617 618 619 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 616 class Feed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
616 617 618 619 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 616 class Feed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relationship_types ⇒ ::Array<::String>
616 617 618 619 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 616 class Feed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |