Google Cloud Asset V1 Client - Class ListFeedsRequest (1.10.2)

Reference documentation and code samples for the Google Cloud Asset V1 Client class ListFeedsRequest.

List asset feeds request.

Generated from protobuf message google.cloud.asset.v1.ListFeedsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

getParent

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

Returns
TypeDescription
string

setParent

Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").

Parameter
NameDescription
var string
Returns
TypeDescription
$this