Google Cloud Asset V1 Client - Class CreateFeedRequest (1.16.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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").

Returns
Type Description
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").

Parameter
Name Description
var string
Returns
Type Description
$this

getFeedId

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

Returns
Type Description
string

setFeedId

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

Parameter
Name Description
var string
Returns
Type Description
$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

Returns
Type Description
Google\Cloud\Asset\V1\Feed|null

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

Parameter
Name Description
var Google\Cloud\Asset\V1\Feed
Returns
Type Description
$this

static::build

Parameter
Name Description
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").

Returns
Type Description
Google\Cloud\Asset\V1\CreateFeedRequest