Google Cloud Config V1 Client - Class ResourceChange (1.4.1)

Reference documentation and code samples for the Google Cloud Config V1 Client class ResourceChange.

A resource change represents a change to a resource in the state file.

Generated from protobuf message google.cloud.config.v1.ResourceChange

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. The name of the resource change. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.

↳ terraform_info ResourceChangeTerraformInfo

Output only. Terraform info of the resource change.

↳ intent int

Output only. The intent of the resource change.

↳ property_changes array<PropertyChange>

Output only. The property changes of the resource change.

getName

Identifier. The name of the resource change.

Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.

Returns
Type Description
string

setName

Identifier. The name of the resource change.

Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.

Parameter
Name Description
var string
Returns
Type Description
$this

getTerraformInfo

Output only. Terraform info of the resource change.

Returns
Type Description
ResourceChangeTerraformInfo|null

hasTerraformInfo

clearTerraformInfo

setTerraformInfo

Output only. Terraform info of the resource change.

Parameter
Name Description
var ResourceChangeTerraformInfo
Returns
Type Description
$this

getIntent

Output only. The intent of the resource change.

Returns
Type Description
int

setIntent

Output only. The intent of the resource change.

Parameter
Name Description
var int
Returns
Type Description
$this

getPropertyChanges

Output only. The property changes of the resource change.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPropertyChanges

Output only. The property changes of the resource change.

Parameter
Name Description
var array<PropertyChange>
Returns
Type Description
$this