field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation */ public function setFieldTransformations($fieldTransformations) { $this->fieldTransformations = $fieldTransformations; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation */ public function getFieldTransformations() { return $this->fieldTransformations; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression */ public function setRecordSuppress(Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression $recordSuppress) { $this->recordSuppress = $recordSuppress; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordSuppression */ public function getRecordSuppress() { return $this->recordSuppress; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2SummaryResult */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2SummaryResult */ public function getResults() { return $this->results; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function setTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $transformation) { $this->transformation = $transformation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation */ public function getTransformation() { return $this->transformation; } public function setTransformedBytes($transformedBytes) { $this->transformedBytes = $transformedBytes; } public function getTransformedBytes() { return $this->transformedBytes; } }