byteItem = $byteItem; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem */ public function getByteItem() { return $this->byteItem; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Table */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2Table $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Table */ public function getTable() { return $this->table; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }