Class: Google::Cloud::Asset::V1::ListFeedsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::ListFeedsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Instance Attribute Summary collapse
-
#feeds ⇒ ::Array<::Google::Cloud::Asset::V1::Feed>
A list of feeds.
Instance Attribute Details
#feeds ⇒ ::Array<::Google::Cloud::Asset::V1::Feed>
Returns A list of feeds.
316 317 318 319 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 316 class ListFeedsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |