Class: Google::Cloud::Asset::V1::FeedOutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::FeedOutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
Output configuration for asset feed destination.
Instance Attribute Summary collapse
-
#pubsub_destination ⇒ ::Google::Cloud::Asset::V1::PubsubDestination
Destination on Pub/Sub.
Instance Attribute Details
#pubsub_destination ⇒ ::Google::Cloud::Asset::V1::PubsubDestination
Returns Destination on Pub/Sub.
531 532 533 534 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 531 class FeedOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |