Class: Google::Cloud::Asset::V1::CreateFeedRequest

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

Create asset feed request.

Instance Attribute Summary collapse

Instance Attribute Details

#feed::Google::Cloud::Asset::V1::Feed

Returns Required. The feed details. The field name must be empty and it will be generated in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id.

Returns:

  • (::Google::Cloud::Asset::V1::Feed)

    Required. The feed details. The field name must be empty and it will be generated in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id



285
286
287
288
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 285

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

#feed_id::String

Returns Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.

Returns:

  • (::String)

    Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.



285
286
287
288
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 285

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

#parent::String

Returns Required. The name of the project/folder/organization where this feed should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").

Returns:

  • (::String)

    Required. The name of the project/folder/organization where this feed should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").



285
286
287
288
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 285

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