Reference documentation and code samples for the Google Cloud Config V1 Client class PropertyDrift.
A property drift represents a drift to a property in the state file.
Generated from protobuf message google.cloud.config.v1.PropertyDrift
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ path
string
Output only. The path of the property drift.
↳ before_sensitive_paths
array
Output only. The paths of sensitive fields in before
. Paths are relative to path
.
↳ before
↳ after_sensitive_paths
array
Output only. The paths of sensitive fields in after
. Paths are relative to path
.
↳ after
getPath
Output only. The path of the property drift.
string
setPath
Output only. The path of the property drift.
var
string
$this
getBeforeSensitivePaths
Output only. The paths of sensitive fields in before
. Paths are relative
to path
.
setBeforeSensitivePaths
Output only. The paths of sensitive fields in before
. Paths are relative
to path
.
var
string[]
$this
getBefore
Output only. Representations of the object value before the actions.
hasBefore
clearBefore
setBefore
Output only. Representations of the object value before the actions.
$this
getAfterSensitivePaths
Output only. The paths of sensitive fields in after
. Paths are relative
to path
.
setAfterSensitivePaths
Output only. The paths of sensitive fields in after
. Paths are relative
to path
.
var
string[]
$this
getAfter
Output only. Representations of the object value after the actions.
hasAfter
clearAfter
setAfter
Output only. Representations of the object value after the actions.
$this