Cloud Asset V1 API - Class Google::Cloud::Asset::V1::UpdateFeedRequest (v0.19.0)

Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::UpdateFeedRequest.

Update asset feed request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feed

def feed() -> ::Google::Cloud::Asset::V1::Feed
Returns
  • (::Google::Cloud::Asset::V1::Feed) — 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.

#feed=

def feed=(value) -> ::Google::Cloud::Asset::V1::Feed
Parameter
  • value (::Google::Cloud::Asset::V1::Feed) — 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.
Returns
  • (::Google::Cloud::Asset::V1::Feed) — 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.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — 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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — 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.
Returns
  • (::Google::Protobuf::FieldMask) — 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.