Google Cloud Asset V1 Client - Class AnalyzeOrgPoliciesResponse (1.10.2)

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

The response message for AssetService.AnalyzeOrgPolicies.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ org_policy_results array<Google\Cloud\Asset\V1\AnalyzeOrgPoliciesResponse\OrgPolicyResult>

The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.

↳ 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 AnalyzeOrgPoliciesResponse.org_policy_results.

getOrgPolicyResults

The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOrgPolicyResults

The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.

Parameter
NameDescription
var array<Google\Cloud\Asset\V1\AnalyzeOrgPoliciesResponse\OrgPolicyResult>
Returns
TypeDescription
$this

getConstraint

The definition of the constraint in the request.

Returns
TypeDescription
Google\Cloud\Asset\V1\AnalyzerOrgPolicyConstraint|null

hasConstraint

clearConstraint

setConstraint

The definition of the constraint in the request.

Parameter
NameDescription
var Google\Cloud\Asset\V1\AnalyzerOrgPolicyConstraint
Returns
TypeDescription
$this

getNextPageToken

The page token to fetch the next page for AnalyzeOrgPoliciesResponse.org_policy_results.

Returns
TypeDescription
string

setNextPageToken

The page token to fetch the next page for AnalyzeOrgPoliciesResponse.org_policy_results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this