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 \ V1Methods
__construct
Constructor.
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
↳ intent
int
Output only. The intent of the resource change.
↳ property_changes
getName
Identifier. The name of the resource change.
Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.
string
setName
Identifier. The name of the resource change.
Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.
var
string
$this
getTerraformInfo
Output only. Terraform info of the resource change.
hasTerraformInfo
clearTerraformInfo
setTerraformInfo
Output only. Terraform info of the resource change.
$this
getIntent
Output only. The intent of the resource change.
int
setIntent
Output only. The intent of the resource change.
var
int
$this
getPropertyChanges
Output only. The property changes of the resource change.
setPropertyChanges
Output only. The property changes of the resource change.
$this

