Class: Google::Cloud::Asset::V1::GetFeedRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::GetFeedRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
Get asset feed request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id.
297 298 299 300 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 297 class GetFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |