Class: Google::Cloud::Asset::V1::UpdateFeedRequest

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

Update asset feed request.

Instance Attribute Summary collapse

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.

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.



200
201
202
203
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 200

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.

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.



200
201
202
203
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 200

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