Reference documentation and code samples for the Google Cloud Asset V1 Client class CreateFeedRequest.
Create asset feed request.
Generated from protobuf message google.cloud.asset.v1.CreateFeedRequest
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
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").
↳ feed_id
string
Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.
↳ feed
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
getParent
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").
string
setParent
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").
var
string
$this
getFeedId
Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.
string
setFeedId
Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization.
var
string
$this
getFeed
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
hasFeed
clearFeed
setFeed
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
$this
static::build
parent
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").