Google Cloud Asset V1 Client - Class Resource (1.9.2)

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

A Google Cloud resource under analysis.

Generated from protobuf message google.cloud.asset.v1.IamPolicyAnalysisResult.Resource

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ full_resource_name string

The full resource name

↳ analysis_state Google\Cloud\Asset\V1\IamPolicyAnalysisState

The analysis state of this resource.

getFullResourceName

The full resource name

Generated from protobuf field string full_resource_name = 1;

Returns
TypeDescription
string

setFullResourceName

The full resource name

Generated from protobuf field string full_resource_name = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAnalysisState

The analysis state of this resource.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;

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

hasAnalysisState

clearAnalysisState

setAnalysisState

The analysis state of this resource.

Generated from protobuf field .google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;

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