detectedValue = $detectedValue; } /** * @return string */ public function getDetectedValue() { return $this->detectedValue; } /** * The value of this field that was configured in a posture, for example, * `true` or `allowed_values={"projects/29831892"}`. * * @param string $expectedValue */ public function setExpectedValue($expectedValue) { $this->expectedValue = $expectedValue; } /** * @return string */ public function getExpectedValue() { return $this->expectedValue; } /** * The name of the updated field, for example * constraint.implementation.policy_rules[0].enforce * * @param string $field */ public function setField($field) { $this->field = $field; } /** * @return string */ public function getField() { return $this->field; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2PolicyDriftDetails::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2PolicyDriftDetails');