byteItem = $byteItem; } /** * @return GooglePrivacyDlpV2ByteContentItem */ public function getByteItem() { return $this->byteItem; } /** * @param GooglePrivacyDlpV2Table */ public function setTable(GooglePrivacyDlpV2Table $table) { $this->table = $table; } /** * @return GooglePrivacyDlpV2Table */ public function getTable() { return $this->table; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ContentItem::class, 'Google_Service_DLP_GooglePrivacyDlpV2ContentItem');