Class: Google::Cloud::Asset::V1::UpdateFeedRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::UpdateFeedRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
Update asset feed request.
Instance Attribute Summary collapse
-
#feed ⇒ ::Google::Cloud::Asset::V1::Feed
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#feed ⇒ ::Google::Cloud::Asset::V1::Feed
Returns Required. The new values of feed details. It must match an existing feed
and the field name
must be in the format of:
projects/project_number/feeds/feed_id or
folders/folder_number/feeds/feed_id or
organizations/organization_number/feeds/feed_id.
334 335 336 337 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 334 class UpdateFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Only updates the feed
fields indicated by this mask.
The field mask must not be empty, and it must not contain fields that
are immutable or only set by the server.
334 335 336 337 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 334 class UpdateFeedRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |