Class: Google::Cloud::Asset::V1::FeedOutputConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pubsub_destination::Google::Cloud::Asset::V1::PubsubDestination

Returns Destination on Pub/Sub.

Returns:



389
390
391
392
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 389

class FeedOutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end