Class: Google::Cloud::Asset::V1::DeleteFeedRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/asset_service.rb

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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



211
212
213
214
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 211

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