Reference documentation and code samples for the Google Cloud Asset V1 Client class AnalyzeOrgPolicyGovernedAssetsResponse.
The response message for AssetService.AnalyzeOrgPolicyGovernedAssets.
Generated from protobuf message google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ governed_assets |
array<Google\Cloud\Asset\V1\AnalyzeOrgPolicyGovernedAssetsResponse\GovernedAsset>
The list of the analyzed governed assets. |
↳ constraint |
Google\Cloud\Asset\V1\AnalyzerOrgPolicyConstraint
The definition of the constraint in the request. |
↳ next_page_token |
string
The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets. |
getGovernedAssets
The list of the analyzed governed assets.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setGovernedAssets
The list of the analyzed governed assets.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Asset\V1\AnalyzeOrgPolicyGovernedAssetsResponse\GovernedAsset>
|
Returns | |
---|---|
Type | Description |
$this |
getConstraint
The definition of the constraint in the request.
Returns | |
---|---|
Type | Description |
Google\Cloud\Asset\V1\AnalyzerOrgPolicyConstraint|null |
hasConstraint
clearConstraint
setConstraint
The definition of the constraint in the request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Asset\V1\AnalyzerOrgPolicyConstraint
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |