foreignTablesCount = $foreignTablesCount; } /** * @return int */ public function getForeignTablesCount() { return $this->foreignTablesCount; } /** * @param PostgreSqlExtension[] */ public function setPostgresqlExtensions($postgresqlExtensions) { $this->postgresqlExtensions = $postgresqlExtensions; } /** * @return PostgreSqlExtension[] */ public function getPostgresqlExtensions() { return $this->postgresqlExtensions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PostgreSqlSchemaDetails::class, 'Google_Service_MigrationCenterAPI_PostgreSqlSchemaDetails');