outputSchema = $outputSchema; } /** * @return string */ public function getOutputSchema() { return $this->outputSchema; } /** * @param GooglePrivacyDlpV2BigQueryTable */ public function setTable(GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2OutputStorageConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2OutputStorageConfig');