field = $field; } /** * @return GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param GooglePrivacyDlpV2FieldTransformation[] */ public function setFieldTransformations($fieldTransformations) { $this->fieldTransformations = $fieldTransformations; } /** * @return GooglePrivacyDlpV2FieldTransformation[] */ public function getFieldTransformations() { return $this->fieldTransformations; } /** * @param GooglePrivacyDlpV2InfoType */ public function setInfoType(GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } /** * @param GooglePrivacyDlpV2RecordSuppression */ public function setRecordSuppress(GooglePrivacyDlpV2RecordSuppression $recordSuppress) { $this->recordSuppress = $recordSuppress; } /** * @return GooglePrivacyDlpV2RecordSuppression */ public function getRecordSuppress() { return $this->recordSuppress; } /** * @param GooglePrivacyDlpV2SummaryResult[] */ public function setResults($results) { $this->results = $results; } /** * @return GooglePrivacyDlpV2SummaryResult[] */ public function getResults() { return $this->results; } /** * @param GooglePrivacyDlpV2PrimitiveTransformation */ public function setTransformation(GooglePrivacyDlpV2PrimitiveTransformation $transformation) { $this->transformation = $transformation; } /** * @return GooglePrivacyDlpV2PrimitiveTransformation */ public function getTransformation() { return $this->transformation; } /** * @param string */ public function setTransformedBytes($transformedBytes) { $this->transformedBytes = $transformedBytes; } /** * @return string */ public function getTransformedBytes() { return $this->transformedBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2TransformationSummary::class, 'Google_Service_DLP_GooglePrivacyDlpV2TransformationSummary');