condition = $condition; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordCondition */ public function getCondition() { return $this->condition; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getFields() { return $this->fields; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations */ public function setInfoTypeTransformations(Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations $infoTypeTransformations) { $this->infoTypeTransformations = $infoTypeTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations */ public function getInfoTypeTransformations() { return $this->infoTypeTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation) { $this->primitiveTransformation = $primitiveTransformation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function getPrimitiveTransformation() { return $this->primitiveTransformation; } }