Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ObservationDetails.
The observation details for a finding.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ObservationDetails
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ current_value
string
Output only. The current value.
↳ expected_value
string
Optional. The expected value.
↳ guidance
string
Output only. Any guidance for the observation.
getCurrentValue
Output only. The current value.
string
setCurrentValue
Output only. The current value.
var
string
$this
getExpectedValue
Optional. The expected value.
string
setExpectedValue
Optional. The expected value.
var
string
$this
getGuidance
Output only. Any guidance for the observation.
string
setGuidance
Output only. Any guidance for the observation.
var
string
$this

