outputSchema = $outputSchema; } public function getOutputSchema() { return $this->outputSchema; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } }